summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/view/XViewSettingsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XViewSettingsSupplier.idl')
-rw-r--r--offapi/com/sun/star/view/XViewSettingsSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/view/XViewSettingsSupplier.idl b/offapi/com/sun/star/view/XViewSettingsSupplier.idl
index e28fe01f00de..79f21e53497a 100644
--- a/offapi/com/sun/star/view/XViewSettingsSupplier.idl
+++ b/offapi/com/sun/star/view/XViewSettingsSupplier.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module view {
-//=============================================================================
/** provides access to the view settings of the object.
*/
published interface XViewSettingsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
an interface to the <type>ViewSettings</type>.
@@ -45,7 +42,6 @@ published interface XViewSettingsSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };