summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XStyleSettingsSupplier.idl')
-rw-r--r--offapi/com/sun/star/awt/XStyleSettingsSupplier.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
index 5b3059c58d13..7d0d66b57fed 100644
--- a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
+++ b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
@@ -33,13 +33,13 @@
module com { module sun { module star { module awt {
- published interface XStyleSettings;
+ interface XStyleSettings;
//==================================================================================================================
/** provides access to the style settings of a component
*/
-published interface XStyleSettingsSupplier
+interface XStyleSettingsSupplier
{
[attribute, readonly] XStyleSettings StyleSettings;
};