summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XMultipleOperation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XMultipleOperation.idl')
-rw-r--r--offapi/com/sun/star/sheet/XMultipleOperation.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XMultipleOperation.idl b/offapi/com/sun/star/sheet/XMultipleOperation.idl
index cc40a728028a..2ca061057ce7 100644
--- a/offapi/com/sun/star/sheet/XMultipleOperation.idl
+++ b/offapi/com/sun/star/sheet/XMultipleOperation.idl
@@ -25,18 +25,15 @@
#include <com/sun/star/sheet/TableOperationMode.idl>
#include <com/sun/star/table/CellAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides a method to apply a Multiple Operations Table to the
cell range.
*/
published interface XMultipleOperation: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a table of formulas (a "Multiple Operations Table").
@@ -75,7 +72,6 @@ published interface XMultipleOperation: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };