summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/style/XDefaultsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/style/XDefaultsSupplier.idl')
-rw-r--r--offapi/com/sun/star/style/XDefaultsSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/style/XDefaultsSupplier.idl b/offapi/com/sun/star/style/XDefaultsSupplier.idl
index 512f01739d15..666cd9c3eafa 100644
--- a/offapi/com/sun/star/style/XDefaultsSupplier.idl
+++ b/offapi/com/sun/star/style/XDefaultsSupplier.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module style {
-//=============================================================================
/** This interface provides access to an XPropertySet of defaults. This can
either be the parent of an XPropertySet or the global property defaults
@@ -36,14 +34,12 @@
*/
published interface XDefaultsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** This method returns an XPropertySet of defaults.
*/
com::sun::star::beans::XPropertySet getDefaults();
};
-//=============================================================================
}; }; }; };