summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/document/HeaderFooterSettings.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/HeaderFooterSettings.idl')
-rw-r--r--offapi/com/sun/star/document/HeaderFooterSettings.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/HeaderFooterSettings.idl b/offapi/com/sun/star/document/HeaderFooterSettings.idl
index cdd60be6ad66..799cb81c6fd2 100644
--- a/offapi/com/sun/star/document/HeaderFooterSettings.idl
+++ b/offapi/com/sun/star/document/HeaderFooterSettings.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/beans/XPropertySet.idl>
-//=============================================================================
module com { module sun { module star { module document {
-//=============================================================================
// Note: Where is the distinction between header and footer ?
/** describes properties that control the formatting of headers and
@@ -38,7 +36,6 @@ published service HeaderFooterSettings
*/
interface com::sun::star::beans::XPropertySet;
- //-------------------------------------------------------------------------
/** enables or disables the printing of the page name in the
header or footer
@@ -56,7 +53,6 @@ published service HeaderFooterSettings
[optional, property] boolean IsPrintTime;
};
-//=============================================================================
}; }; }; };