summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-02-11 08:35:27 +0000
committerRüdiger Timm <rt@openoffice.org>2004-02-11 08:35:27 +0000
commitf254c0c57335848e1aab9f2377db5874e60638df (patch)
tree5f39c90857f6dcacec462114594cf90cf2ff0b89 /offapi/com/sun/star/style
parentd9f014d1e86638c716219e1b10650754e5c0d801 (diff)
INTEGRATION: CWS chart01 (1.12.182); FILE MERGED
2004/01/27 13:27:14 bm 1.12.182.1: #100165# comment for UserDefinedAttributes (service of XNameContainer)
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 22891e910de6..c20c78eb0b36 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:15 $
+ * last change: $Author: rt $ $Date: 2004-02-11 09:35:27 $
*
* 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.
+
+ <p>This <type scope="com::sun::star::container">XNameContainer</type>
+ supports the service
+ <type scope="com::sun::star::xml>AttributeContainer</type>.</p>
*/
[property] com::sun::star::container::XNameContainer UserDefinedAttributes;