summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XTextFrame.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XTextFrame.idl')
-rw-r--r--offapi/com/sun/star/text/XTextFrame.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XTextFrame.idl b/offapi/com/sun/star/text/XTextFrame.idl
index e56f8b303e8d..cfd819b21ceb 100644
--- a/offapi/com/sun/star/text/XTextFrame.idl
+++ b/offapi/com/sun/star/text/XTextFrame.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/XText.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XTextFrame
/** provides access to the <type>Text</type> of a <type>TextFrame</type>.
@@ -35,7 +33,6 @@
*/
published interface XTextFrame: com::sun::star::text::XTextContent
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XTextFrame::getText
/** @returns
@@ -46,7 +43,6 @@ published interface XTextFrame: com::sun::star::text::XTextContent
};
-//=============================================================================
}; }; }; };