summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/GroupOn.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/GroupOn.idl')
-rw-r--r--offapi/com/sun/star/report/GroupOn.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/report/GroupOn.idl b/offapi/com/sun/star/report/GroupOn.idl
index 8c196f577fb7..d426f8f10d5f 100644
--- a/offapi/com/sun/star/report/GroupOn.idl
+++ b/offapi/com/sun/star/report/GroupOn.idl
@@ -29,18 +29,15 @@
#define __com_sun_star_report_GroupOn_idl__
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** Specifies how to group data.
@see XGroup
*/
constants GroupOn
{
- //-------------------------------------------------------------------------
/** The same value in the column value or expression.
*/
@@ -83,7 +80,6 @@ constants GroupOn
const short INTERVAL = 9;
};
-//=============================================================================
}; }; }; };