summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextSectionsSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextSectionsSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XTextSectionsSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XTextSectionsSupplier.idl b/offapi/com/sun/star/text/XTextSectionsSupplier.idl
index a5467a62e683..0a0457bd9050 100644
--- a/offapi/com/sun/star/text/XTextSectionsSupplier.idl
+++ b/offapi/com/sun/star/text/XTextSectionsSupplier.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/container/XNameAccess.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XTextSectionsSupplier
/** manages the text sections within the context (i.e. the document).
*/
published interface XTextSectionsSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XTextSectionsSupplier::getTextSections
/** @returns
@@ -45,7 +42,6 @@ published interface XTextSectionsSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };