summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XHeaderFooter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XHeaderFooter.idl')
-rw-r--r--offapi/com/sun/star/text/XHeaderFooter.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XHeaderFooter.idl b/offapi/com/sun/star/text/XHeaderFooter.idl
index a21c771fd72e..935bc805a857 100644
--- a/offapi/com/sun/star/text/XHeaderFooter.idl
+++ b/offapi/com/sun/star/text/XHeaderFooter.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::XHeaderFooter
/** @deprecated Use the properties of
@@ -35,7 +33,6 @@
*/
published interface XHeaderFooter: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XHeaderFooter::getLeftPagesText
/** @returns
@@ -43,7 +40,6 @@ published interface XHeaderFooter: com::sun::star::uno::XInterface
*/
com::sun::star::text::XText getLeftPagesText();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XHeaderFooter::getRightPagesText
/** @returns
@@ -53,7 +49,6 @@ published interface XHeaderFooter: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };