summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report/XGroup.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XGroup.idl')
-rw-r--r--offapi/com/sun/star/report/XGroup.idl19
1 files changed, 4 insertions, 15 deletions
diff --git a/offapi/com/sun/star/report/XGroup.idl b/offapi/com/sun/star/report/XGroup.idl
index 7a7893b01d15..9fb409b6279a 100644
--- a/offapi/com/sun/star/report/XGroup.idl
+++ b/offapi/com/sun/star/report/XGroup.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -15,32 +16,23 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifndef __com_sun_star_report_XGroup_idl__
#define __com_sun_star_report_XGroup_idl__
-#ifndef __com_sun_star_container_NoSuchElementException_idl__
#include <com/sun/star/container/NoSuchElementException.idl>
-#endif
-#ifndef __com_sun_star_report_XSection_idl__
#include <com/sun/star/report/XSection.idl>
-#endif
-#ifndef __com_sun_star_report_XGroups_idl__
#include <com/sun/star/report/XGroups.idl>
-#endif
#include <com/sun/star/report/XFunctions.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
/** identifies a <type>XGroup</type>.
A group is always a child of the groups collection in the report.
@see XReportDefinition
@see XGroups
*/
-published interface XGroup
+interface XGroup
{
/** allows access to the groups collection of the report.
*/
@@ -130,12 +122,9 @@ published interface XGroup
[attribute,bound] boolean ResetPageNumber;
};
-service Group : XGroup;
-//=============================================================================
}; }; }; };
-/*=============================================================================
-
-=============================================================================*/
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */