summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSpreadsheetDocument.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSpreadsheetDocument.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl b/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
index 2e14f40242ea..b3f1e3100e32 100644
--- a/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
+++ b/offapi/com/sun/star/sheet/XSpreadsheetDocument.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/sheet/XSpreadsheets.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides access to a collection of spreadsheets.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published interface XSpreadsheetDocument: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the collection of sheets in the document.
@@ -45,7 +42,6 @@ published interface XSpreadsheetDocument: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };