summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/SectionPageBreak.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/SectionPageBreak.idl')
-rw-r--r--offapi/com/sun/star/report/SectionPageBreak.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/SectionPageBreak.idl b/offapi/com/sun/star/report/SectionPageBreak.idl
index 2a018c2d37d7..9ac250a855a9 100644
--- a/offapi/com/sun/star/report/SectionPageBreak.idl
+++ b/offapi/com/sun/star/report/SectionPageBreak.idl
@@ -29,18 +29,15 @@
#define __com_sun_star_report_SectionPageBreak_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies that page breaks are allowed inside this section.
@see XSection
*/
constants SectionPageBreak
{
- //-------------------------------------------------------------------------
/** Page breaks will never be inserted. If the section doesn't fit on a page than the content will be cut.
*/
@@ -54,7 +51,6 @@ constants SectionPageBreak
*/
const short AUTO = 2;
};
-//=============================================================================
}; }; }; };
/*=============================================================================
=============================================================================*/