summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/LineNumberingSettings.idl
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
commit4ba240c2082aef5793e2bfb29e93ea12b24b3c47 (patch)
treed403f6b0aef4d95e1f113601486101dc701e20f4 /offapi/com/sun/star/text/LineNumberingSettings.idl
parent044bcec2f3be7ad7ebb565e42e25b546e6016efe (diff)
#92670# correct reference to constant
Diffstat (limited to 'offapi/com/sun/star/text/LineNumberingSettings.idl')
-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 cc4a99fa561d..8ea484ad853a 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