diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2002-11-29 14:22:02 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2002-11-29 14:22:02 +0000 |
commit | 3f412c6197a39ce72cd2b4eaf1b28b5e7c8e2c11 (patch) | |
tree | e4092b8ab9587582cdd59ecd5d357c36c3cccfdf /offapi | |
parent | 52ca4bb46cdc208d88f010c4c9a34984eaf20c0d (diff) |
#105668# make propeety optonal because of incompatibility
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextDocument.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/TextDocument.idl b/offapi/com/sun/star/text/TextDocument.idl index d0845fa76..9987ab5b1 100644 --- a/offapi/com/sun/star/text/TextDocument.idl +++ b/offapi/com/sun/star/text/TextDocument.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextDocument.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2002-11-25 14:18:39 $ + * last change: $Author: jsc $ $Date: 2002-11-29 15:22:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -207,7 +207,7 @@ service TextDocument [optional] interface com::sun::star::text::XTextSectionsSupplier; - interface com::sun::star::util::XNumberFormatsSupplier; + [optional] interface com::sun::star::util::XNumberFormatsSupplier; //------------------------------------------------------------------------- // DocMerge from xml: property com::sun::star::text::AdvancedTextDocument::CharLocale |