summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XHeaderFooterPageStyle.idl')
-rw-r--r--offapi/com/sun/star/text/XHeaderFooterPageStyle.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl b/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl
index 31a6d0b7db69..654de15e2a1a 100644
--- a/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl
+++ b/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/XHeaderFooter.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::text::XHeaderFooterPageStyle
/** @deprecated Use the properties of
@@ -35,7 +33,6 @@
*/
published interface XHeaderFooterPageStyle: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XHeaderFooterPageStyle::getHeader
/** @returns
@@ -43,7 +40,6 @@ published interface XHeaderFooterPageStyle: com::sun::star::uno::XInterface
*/
com::sun::star::text::XHeaderFooter getHeader();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::text::XHeaderFooterPageStyle::getFooter
/** @returns
@@ -53,7 +49,6 @@ published interface XHeaderFooterPageStyle: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };