summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/ForceNewPage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/ForceNewPage.idl')
-rw-r--r--offapi/com/sun/star/report/ForceNewPage.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/ForceNewPage.idl b/offapi/com/sun/star/report/ForceNewPage.idl
index 2e2bf5568ee8..a5eb7ac8cba3 100644
--- a/offapi/com/sun/star/report/ForceNewPage.idl
+++ b/offapi/com/sun/star/report/ForceNewPage.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_report_ForceNewPage_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies if the section will be printed on an separate page.
<p>This does not apply to page header or page footer.</p>
@@ -41,7 +39,6 @@
*/
constants ForceNewPage
{
- //-------------------------------------------------------------------------
/** The current section is printed on the current page.
*/
@@ -60,7 +57,6 @@ constants ForceNewPage
const short BEFORE_AFTER_SECTION = 3;
};
-//=============================================================================
}; }; }; };