summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DocumentSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DocumentSettings.idl')
-rw-r--r--offapi/com/sun/star/sheet/DocumentSettings.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/DocumentSettings.idl b/offapi/com/sun/star/sheet/DocumentSettings.idl
index 9d06ed6a60c5..22fd1f439c3b 100644
--- a/offapi/com/sun/star/sheet/DocumentSettings.idl
+++ b/offapi/com/sun/star/sheet/DocumentSettings.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/util/Color.idl>
#include <com/sun/star/document/Settings.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** describes properties that apply to the whole spreadsheet document.
@@ -40,12 +38,10 @@ published service DocumentSettings
{
service com::sun::star::document::Settings;
- //-------------------------------------------------------------------------
/** provides access to the properties.
*/
interface com::sun::star::beans::XPropertySet;
- //-------------------------------------------------------------------------
/** enables display of zero-values.
*/
@@ -114,7 +110,6 @@ published service DocumentSettings
[optional, property] boolean IsRasterAxisSynchronized;
};
-//=============================================================================
}; }; }; };