summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
blob: 478cc1b73f6d6551979c662fe9c960bcb5eccfda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.sun.star.report.pentaho.model;

import org.jfree.report.structure.Group;

/**
 * Creation-Date: 25.07.2007, 14:41:54
 *
 * @author Thomas Morgner
 */
public class OfficeGroupInstanceSection extends Group
{

    public OfficeGroupInstanceSection()
    {
    }
}