summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/ReportLayouter.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/ReportLayouter.java')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportLayouter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportLayouter.java b/wizards/com/sun/star/wizards/report/ReportLayouter.java
index b62cf1c6f5cb..49c3c25f326a 100644
--- a/wizards/com/sun/star/wizards/report/ReportLayouter.java
+++ b/wizards/com/sun/star/wizards/report/ReportLayouter.java
@@ -37,11 +37,11 @@ public class ReportLayouter
{
UnoDialog CurUnoDialog;
- final int SOTXTTITLE = 28;
- final int SOCONTENTLST = 29;
+ static final int SOTXTTITLE = 28;
+ static final int SOCONTENTLST = 29;
final static public int SOOPTLANDSCAPE = 30;
final static public int SOOPTPORTRAIT = 31;
- final int SOLAYOUTLST = 32;
+ static final int SOLAYOUTLST = 32;
XListBox xContentListBox;
XListBox xLayoutListBox;
int iOldContentPos;