summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-09-20 12:38:30 +0000
committerThomas Lange <tl@openoffice.org>2002-09-20 12:38:30 +0000
commit1d4955cf28aeefe315bdd7e35acee03965b14103 (patch)
tree30a0ce04bbc3c68b9220bba5955af6f63f955eee /offapi/com/sun/star/style
parent0d48b452247f5e6c95b46cdd7b0f869a1f958420 (diff)
#103551# XPropertySet and XMultiPropertySet added
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/Style.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/style/Style.idl b/offapi/com/sun/star/style/Style.idl
index b8ccce2b47fd..78ced21feb2e 100644
--- a/offapi/com/sun/star/style/Style.idl
+++ b/offapi/com/sun/star/style/Style.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Style.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mtg $ $Date: 2001-10-29 16:06:30 $
+ * last change: $Author: tl $ $Date: 2002-09-20 13:38:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,12 @@
#include <com/sun/star/style/XStyle.idl>
#endif
+#ifndef __com_sun_star_beans_XPropertySet_idl__
+#include <com/sun/star/beans/XPropertySet.idl>
+#endif
+#ifndef __com_sun_star_beans_XMultiPropertySet_idl__
+#include <com/sun/star/beans/XMultiPropertySet.idl>
+#endif
#ifndef __com_sun_star_beans_XMultiPropertyStates_idl__
#include <com/sun/star/beans/XMultiPropertyStates.idl>
#endif
@@ -84,6 +90,10 @@ service Style
// DocMerge: empty anyway
interface com::sun::star::style::XStyle;
+ interface com::sun::star::beans::XPropertySet;
+
+ [optional] interface com::sun::star::beans::XMultiPropertySet;
+
/* This optional interface is available as an optimisation, allowing users
to use 'setAllPropertiesToDefault', for example. */
[optional] interface com::sun::star::beans::XMultiPropertyStates;