summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/XAutoFormattable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XAutoFormattable.idl')
-rw-r--r--offapi/com/sun/star/table/XAutoFormattable.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/table/XAutoFormattable.idl b/offapi/com/sun/star/table/XAutoFormattable.idl
index 7c52ac40f3b9..cdba0d5ce3ea 100644
--- a/offapi/com/sun/star/table/XAutoFormattable.idl
+++ b/offapi/com/sun/star/table/XAutoFormattable.idl
@@ -23,17 +23,14 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** provides a method to apply TableAutoFormats to a cell range.
*/
published interface XAutoFormattable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** applies an AutoFormat to the cell range of the current context.
@@ -48,7 +45,6 @@ published interface XAutoFormattable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };