offapi/com/sun/star/text/BaseIndex.idl          |   11 ++++-------
 offapi/com/sun/star/text/IllustrationsIndex.idl |   11 +++++------
 2 files changed, 9 insertions(+), 13 deletions(-)

New commits:
commit 16c5d819648f7c2fba03cc386fbc5568499ac714
Author:     Matthias Seidel <msei...@apache.org>
AuthorDate: Wed Jun 5 19:34:30 2019 +0000
Commit:     Matthias Seidel <msei...@apache.org>
CommitDate: Wed Jun 5 19:34:30 2019 +0000

    Fixed typos

diff --git a/offapi/com/sun/star/text/BaseIndex.idl 
b/offapi/com/sun/star/text/BaseIndex.idl
index 74afc8798640..79934dc7edea 100644
--- a/offapi/com/sun/star/text/BaseIndex.idl
+++ b/offapi/com/sun/star/text/BaseIndex.idl
@@ -21,7 +21,6 @@
 
 
 
-
 #ifndef __com_sun_star_text_BaseIndex_idl__
 #define __com_sun_star_text_BaseIndex_idl__
 
@@ -51,7 +50,7 @@
 
 //=============================================================================
 
- module com {  module sun {  module star {  module text {
+ module com { module sun { module star { module text {
 
 //=============================================================================
 
@@ -59,7 +58,7 @@
 /** specifies the basic service of different indexes within a document.@see 
com::sun::star::text::DocumentIndex
         @see com::sun::star::text::ContentIndex
         @see com::sun::star::text::UserDefinedIndex
-        @see com::sun::star::text::IllustrationIndex
+        @see com::sun::star::text::IllustrationsIndex
         @see com::sun::star::text::TableIndex
         @see com::sun::star::text::ObjectIndex
  */
@@ -73,7 +72,7 @@ published service BaseIndex
 
     // DocMerge: empty anyway
     [property] string Title;
-    /** determins if the index is protected.*/
+    /** determines if the index is protected.*/
 
     // DocMerge: empty anyway
     [property] boolean IsProtected;
@@ -161,7 +160,7 @@ published service BaseIndex
      */
     // DocMerge: empty anyway
     [optional, property] com::sun::star::container::XIndexReplace LevelFormat;
-    /** determins if the content of the document index is created from the
+    /** determines if the content of the document index is created from the
          complete document content or from the current chapter only.
      <p> It is not available in the bibliography</p>*/
     [optional, property] boolean CreateFromChapter;
@@ -180,5 +179,3 @@ published service BaseIndex
 }; }; }; };
 
 #endif
-
-
diff --git a/offapi/com/sun/star/text/IllustrationsIndex.idl 
b/offapi/com/sun/star/text/IllustrationsIndex.idl
index 9dbf791c6afc..a4b1748c8498 100644
--- a/offapi/com/sun/star/text/IllustrationsIndex.idl
+++ b/offapi/com/sun/star/text/IllustrationsIndex.idl
@@ -36,17 +36,17 @@ module com { module sun { module star { module text {
 */
 published service IllustrationsIndex
 {
-    service  com::sun::star::text::BaseIndex;
+    service com::sun::star::text::BaseIndex;
 
-    /* determins if the name or the label of an object is used to create the 
index.
+    /* determines if the name or the label of an object is used to create the 
index.
      */
     [optional, property] boolean CreateFromLabels; //tables, illustrations
-    /* determins the name of the sequence field that is evaluated to create 
the index.
+    /* determines the name of the sequence field that is evaluated to create 
the index.
      */
     [optional, property] string LabelCategory; //tables, illustrations
-    /* determins the way the paragraph containing a label is included in the 
index.
+    /* determines the way the paragraph containing a label is included in the 
index.
         @see ChapterFormat*/
-    [optional, property] short LabelDisplayType;//tables, illustrations
+    [optional, property] short LabelDisplayType; //tables, illustrations
 };
 
 //=============================================================================
@@ -54,4 +54,3 @@ published service IllustrationsIndex
 }; }; }; };
 
 #endif
-
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to