summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphProperties.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-17 15:15:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-17 15:15:42 +0000
commit7989ddd5d03f44b93249d8f89bad792435801b1f (patch)
treee1405a5dfdc87a52089373d9ebec85045d6a42c8 /offapi/com/sun/star/style/ParagraphProperties.idl
parent024188cb49deb4eb5ada9253ffc9b777dcbf790a (diff)
INTEGRATION: CWS sw011 (1.16.98); FILE MERGED
2003/04/09 07:58:41 tl 1.16.98.1: #i12659# missing dcumentation of property NumberingIsNumber added
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphProperties.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl11
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 78d6f62ae80e..07f23a510c2d 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ParagraphProperties.idl,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: tl $ $Date: 2002-10-24 14:58:49 $
+ * last change: $Author: vg $ $Date: 2003-04-17 16:15:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -476,6 +476,13 @@ service ParagraphProperties
[optional, property] com::sun::star::container::XNameContainer ParaUserDefinedAttributes;
//-------------------------------------------------------------------------
+ /** returns </TRUE> if the numbering of a paragraph is a number but
+ has no symbol.
+
+ <p>If the paragraph is not part of a numbering the property is void.</p>
+ */
+ [optional, property, maybevoid] boolean NumberingIsNumber;
+
};
//=============================================================================