summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/XAutoTextEntry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XAutoTextEntry.idl')
-rw-r--r--offapi/com/sun/star/text/XAutoTextEntry.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XAutoTextEntry.idl b/offapi/com/sun/star/text/XAutoTextEntry.idl
index 064f27e1ee10..754a4271d511 100644
--- a/offapi/com/sun/star/text/XAutoTextEntry.idl
+++ b/offapi/com/sun/star/text/XAutoTextEntry.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/text/XTextRange.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XAutoTextEntry
/** identifies an autotext entry.
@@ -49,7 +47,6 @@
*/
published interface XAutoTextEntry: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XAutoTextEntry::applyTo
/** inserts the contents represented by this auto text entry at the
@@ -59,7 +56,6 @@ published interface XAutoTextEntry: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };