summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/output/text/PageContext.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/output/text/PageContext.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/output/text/PageContext.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/PageContext.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/PageContext.java
index 157dec4bf017..1baa24080774 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/text/PageContext.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/text/PageContext.java
@@ -29,7 +29,7 @@ import org.jfree.layouting.input.style.values.CSSNumericValue;
public class PageContext
{
- public static final int KEEP_TOGETHER_OFF = 0;
+
public static final int KEEP_TOGETHER_GROUP = 1;
public static final int KEEP_TOGETHER_FIRST_DETAIL = 2;
private PageContext parent;