diff options
author | Oliver Specht <os@openoffice.org> | 2001-05-18 12:43:28 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-05-18 12:43:28 +0000 |
commit | b0ea85bb5e1e2e40b041c7356fd243b2a1142e54 (patch) | |
tree | 68d74060fe211840f83a045b939b564b8786ce6a /offapi | |
parent | 7dbd315de57bce417bf5c46f141db7b150ceb2cb (diff) |
#87244# NumberingRules is not Readonly
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/ParagraphProperties.idl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index 178ed3106b70..9b9c9db42f22 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2001-04-23 13:02:31 $ + * last change: $Author: os $ $Date: 2001-05-18 13:43:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -334,11 +334,9 @@ service ParagraphProperties [optional, property] short NumberingLevel; //------------------------------------------------------------------------- - - // DocMerge from xml: property com::sun::star::style::ParagraphProperties::NumberingRules /** contains the numbering rules applied to this paragraph. */ - [readonly, property] com::sun::star::container::XIndexReplace NumberingRules; + [property] com::sun::star::container::XIndexReplace NumberingRules; //------------------------------------------------------------------------- |