summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/Frame.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-14 07:36:31 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-14 07:36:31 +0000
commitb415b1ecc4c6c4d7459c51c13376089fc1a7b586 (patch)
tree6ab7dcd7ba89cf5da316a20994da7868bd49a25d /offapi/com/sun/star/frame/Frame.idl
parent7516cbdca1828c16a0330853b6952cff9e4db53f (diff)
INTEGRATION: CWS tl21 (1.19.118); FILE MERGED
2006/05/31 10:16:14 tl 1.19.118.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier
Diffstat (limited to 'offapi/com/sun/star/frame/Frame.idl')
-rw-r--r--offapi/com/sun/star/frame/Frame.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl
index a52ca7b6a..14bd13dc4 100644
--- a/offapi/com/sun/star/frame/Frame.idl
+++ b/offapi/com/sun/star/frame/Frame.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: Frame.idl,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 01:00:06 $
+ * last change: $Author: obo $ $Date: 2006-07-14 08:36:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,6 +67,10 @@
#include <com/sun/star/frame/XDispatchInformationProvider.idl>
#endif
+#ifndef _com_sun_star_xml_UserDefinedAttributesSupplier_idl_
+#include <com/sun/star/xml/UserDefinedAttributesSupplier.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module frame {
@@ -88,6 +92,13 @@
published service Frame
{
//-------------------------------------------------------------------------
+ /** contains user defined attributes.
+
+ @see <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type>
+ */
+ [optional] service com::sun::star::xml::UserDefinedAttributesSupplier;
+
+ //-------------------------------------------------------------------------
/** allows the component to be loaded and accessed
within the frame; it is the main connection to the
environment of the component.