summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-04 10:33:07 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-04 10:33:07 +0000
commita8e258631eaa0fb1df53f1ea362f02bc4928917f (patch)
treeb7887b830a31b03c5efc21023e2bf46007048e10
parentb0c513643484a74cbf1903b79b954e1dfdf6d196 (diff)
#92670# correct reference to constant
-rw-r--r--offapi/com/sun/star/text/LineNumberingSettings.idl32
1 files changed, 4 insertions, 28 deletions
diff --git a/offapi/com/sun/star/text/LineNumberingSettings.idl b/offapi/com/sun/star/text/LineNumberingSettings.idl
index 8d20b1f72..06eadcbe5 100644
--- a/offapi/com/sun/star/text/LineNumberingSettings.idl
+++ b/offapi/com/sun/star/text/LineNumberingSettings.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LineNumberingSettings.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:44 $
+ * last change: $Author: mtg $ $Date: 2001-10-04 11:33:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,8 +133,8 @@ service LineNumberingSettings
//-------------------------------------------------------------------------
// DocMerge from xml: property com::sun::star::text::LineNumberingSettings::NumberPosition
- /** specifies the position of the line number (constant LineNumberPositions
- left/right/inside/outside).
+ /** specifies the position of the line number
+ (constant <type scope="com::sun::star::style::">LineNumberPosition</type> - left/right/inside/outside).
*/
[property] short NumberPosition;
@@ -150,28 +150,4 @@ service LineNumberingSettings
//=============================================================================
}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:26 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:01 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:59 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/21 16:18:14 mi
- string documentation from stardiv...*.idl-files
-
- Revision 1.2 2000/02/07 11:25:01 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif