summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XTextTablesSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextTablesSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XTextTablesSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XTextTablesSupplier.idl b/offapi/com/sun/star/text/XTextTablesSupplier.idl
index 2f8123dd8873..7f156497edda 100644
--- a/offapi/com/sun/star/text/XTextTablesSupplier.idl
+++ b/offapi/com/sun/star/text/XTextTablesSupplier.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/container/XNameAccess.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
/** enables the object to handle text tables.
*/
published interface XTextTablesSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns
the collection of "TextTables" currently contained in the object.
@@ -45,7 +42,6 @@ published interface XTextTablesSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };