diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 12:14:58 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-07 12:14:58 +0000 |
commit | f8e3c9bc53e14a04828eef3f810b8f0e9cc3f392 (patch) | |
tree | c6c55b6186177c31c0a5db68a17902b6c7de8d8d /offapi/com/sun | |
parent | a02d1d966c5a0060e5dad847ea66bbdf844ef248 (diff) |
INTEGRATION: CWS tl53 (1.11.504); FILE MERGED
2008/06/03 14:19:01 tl 1.11.504.2: RESYNC: (1.11-1.12); FILE MERGED
2008/04/14 09:58:09 tl 1.11.504.1: #i82421# documentation for UserDefinedAttribute added
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/text/TextSection.idl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/TextSection.idl b/offapi/com/sun/star/text/TextSection.idl index c5705e158..4bbabb1d2 100644 --- a/offapi/com/sun/star/text/TextSection.idl +++ b/offapi/com/sun/star/text/TextSection.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: TextSection.idl,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -59,6 +59,9 @@ #ifndef __com_sun_star_text_XTextColumns_idl__ #include <com/sun/star/text/XTextColumns.idl> #endif +#ifndef _com_sun_star_xml_UserDefinedAttributesSupplier_idl_ +#include <com/sun/star/xml/UserDefinedAttributesSupplier.idl> +#endif //============================================================================= @@ -79,6 +82,9 @@ module com { module sun { module star { module text { published service TextSection { service com::sun::star::text::TextContent; + + [optional] service com::sun::star::xml::UserDefinedAttributesSupplier; + interface com::sun::star::text::XTextSection; interface com::sun::star::container::XNamed; interface com::sun::star::beans::XPropertySet; |