summaryrefslogtreecommitdiffstats
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, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
index 7d0d66b57fed..66a89d3ffc40 100644
--- a/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
+++ b/offapi/com/sun/star/awt/XStyleSettingsSupplier.idl
@@ -29,13 +29,11 @@
#include <com/sun/star/uno/XInterface.idl>
-//==================================================================================================================
module com { module sun { module star { module awt {
interface XStyleSettings;
-//==================================================================================================================
/** provides access to the style settings of a component
*/
@@ -44,11 +42,9 @@ interface XStyleSettingsSupplier
[attribute, readonly] XStyleSettings StyleSettings;
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif