You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/06/05 19:34:30 UTC

svn commit: r1860680 - in /openoffice/trunk/main/offapi/com/sun/star/text: BaseIndex.idl IllustrationsIndex.idl

Author: mseidel
Date: Wed Jun  5 19:34:30 2019
New Revision: 1860680

URL: http://svn.apache.org/viewvc?rev=1860680&view=rev
Log:
Fixed typos

Modified:
    openoffice/trunk/main/offapi/com/sun/star/text/BaseIndex.idl
    openoffice/trunk/main/offapi/com/sun/star/text/IllustrationsIndex.idl

Modified: openoffice/trunk/main/offapi/com/sun/star/text/BaseIndex.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/BaseIndex.idl?rev=1860680&r1=1860679&r2=1860680&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/BaseIndex.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/BaseIndex.idl Wed Jun  5 19:34:30 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,21 +7,20 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
-
 #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;
@@ -146,9 +145,9 @@ published service BaseIndex
 
 	// DocMerge from xml: property com::sun::star::text::BaseIndex::BackTransparent
 	/** specifies the color of the background.
-	 */  
+	 */
 	[property] com::sun::star::util::Color BackColor;
-    
+
 	/** If <TRUE/>, the background color value in "BackColor" is not visible.
 	 */
 	[property] boolean BackTransparent;
@@ -161,18 +160,18 @@ 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;
-    //------------------------------------------------------------------------
+	//------------------------------------------------------------------------
 	/** the text section containing the content of the index */
 	[property] com::sun::star::text::XTextSection ContentSection;
-    //------------------------------------------------------------------------
-    //------------------------------------------------------------------------
+	//------------------------------------------------------------------------
+	//------------------------------------------------------------------------
 	/** the text section containing the header of the index */
 	[property] com::sun::star::text::XTextSection HeaderSection;
-    //------------------------------------------------------------------------
+	//------------------------------------------------------------------------
 };
 
 //=============================================================================
@@ -180,5 +179,3 @@ published service BaseIndex
 }; }; }; };
 
 #endif
-
-

Modified: openoffice/trunk/main/offapi/com/sun/star/text/IllustrationsIndex.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/text/IllustrationsIndex.idl?rev=1860680&r1=1860679&r2=1860680&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/text/IllustrationsIndex.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/text/IllustrationsIndex.idl Wed Jun  5 19:34:30 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -36,17 +36,17 @@ module com { module sun { module star {
 */
 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
-