summaryrefslogtreecommitdiff
path: root/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
blob: 26ec1d8f9c6d0d44a47453f9710e74016ea7f5c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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()
  {
  }
}