From 7989ddd5d03f44b93249d8f89bad792435801b1f Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 17 Apr 2003 15:15:42 +0000 Subject: 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 --- offapi/com/sun/star/style/ParagraphProperties.idl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun/star/style/ParagraphProperties.idl') 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 if the numbering of a paragraph is a number but + has no symbol. + +

If the paragraph is not part of a numbering the property is void.

+ */ + [optional, property, maybevoid] boolean NumberingIsNumber; + }; //============================================================================= -- cgit