summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/report/KeepTogether.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/KeepTogether.idl')
-rw-r--r--offapi/com/sun/star/report/KeepTogether.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/KeepTogether.idl b/offapi/com/sun/star/report/KeepTogether.idl
index d65794adfee1..9ca0c8283fb1 100644
--- a/offapi/com/sun/star/report/KeepTogether.idl
+++ b/offapi/com/sun/star/report/KeepTogether.idl
@@ -29,18 +29,15 @@
#define __com_sun_star_report_KeepTogether_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies that a group header, detail, and footer section is printed on the same page.
@see XGroup
*/
constants KeepTogether
{
- //-------------------------------------------------------------------------
/** Prints the group without keeping the header, detail, and footer together on the same page.
*/
@@ -55,7 +52,6 @@ constants KeepTogether
const short WITH_FIRST_DETAIL = 2;
};
-//=============================================================================
}; }; }; };