summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java')
-rw-r--r--reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java b/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
index 26ec1d8f9c6d..478cc1b73f6d 100644
--- a/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
+++ b/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
@@ -9,7 +9,8 @@ import org.jfree.report.structure.Group;
*/
public class OfficeGroupInstanceSection extends Group
{
- public OfficeGroupInstanceSection()
- {
- }
+
+ public OfficeGroupInstanceSection()
+ {
+ }
}