summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/ReportPrintOption.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/ReportPrintOption.idl')
-rw-r--r--offapi/com/sun/star/report/ReportPrintOption.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/ReportPrintOption.idl b/offapi/com/sun/star/report/ReportPrintOption.idl
index 709ae065e763..7eadf7c832c3 100644
--- a/offapi/com/sun/star/report/ReportPrintOption.idl
+++ b/offapi/com/sun/star/report/ReportPrintOption.idl
@@ -29,17 +29,14 @@
#define __com_sun_star_report_ReportPrintOption_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies whether a page header or footer is printed on the same page as the report header or report footer.
*/
constants ReportPrintOption
{
- //-------------------------------------------------------------------------
/** The page header/footer is printed on all pages.
*/
@@ -58,7 +55,6 @@ constants ReportPrintOption
const short NOT_WITH_REPORT_HEADER_FOOTER = 3;
};
-//=============================================================================
}; }; }; };