summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2002-10-18 07:20:31 +0000
committerBjörn Milcke <bm@openoffice.org>2002-10-18 07:20:31 +0000
commitfc0e3e9ffaabaff99bd5ea878657df52242ab88d (patch)
treee2225275c43fb325eb6b668c7df1e2a31f5513ed /offapi/com/sun/star/style
parente7bf88c29a8f9426b79a8c911ffb4e70551c8585 (diff)
#100165# refern to xml::AttributeContainer for property UserDefinedAttributes
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/PageProperties.idl8
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/PageProperties.idl b/offapi/com/sun/star/style/PageProperties.idl
index ed396b9afaef..c99cefae0568 100644
--- a/offapi/com/sun/star/style/PageProperties.idl
+++ b/offapi/com/sun/star/style/PageProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PageProperties.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: tl $ $Date: 2002-08-30 12:27:16 $
+ * last change: $Author: bm $ $Date: 2002-10-18 08:20:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -216,6 +216,10 @@ service PageProperties
[optional , property] com::sun::star::text::XTextColumns TextColumns;
//-----------------------------------------------------------------------------
/** contains user defined attributes.
+
+ This <type scope="com::sun::star::container">XNameContainer</type>
+ supports the service
+ <type scope="com::sun::star::xml>AttributeContainer</type>.
*/
[property] com::sun::star::container::XNameContainer UserDefinedAttributes;