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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportLayouter.java b/wizards/com/sun/star/wizards/report/ReportLayouter.java
index 1028747ceedd..15f8d4b99b63 100644
--- a/wizards/com/sun/star/wizards/report/ReportLayouter.java
+++ b/wizards/com/sun/star/wizards/report/ReportLayouter.java
@@ -217,7 +217,7 @@ public class ReportLayouter
CurUnoDialog.setFocus("lblContent");
}
- class ItemListenerImpl implements com.sun.star.awt.XItemListener
+ private class ItemListenerImpl implements com.sun.star.awt.XItemListener
{
public void itemStateChanged(com.sun.star.awt.ItemEvent EventObject)
@@ -302,7 +302,7 @@ public class ReportLayouter
}
}
- class ActionListenerImpl implements com.sun.star.awt.XActionListener
+ private class ActionListenerImpl implements com.sun.star.awt.XActionListener
{
public void disposing(EventObject eventObject)