summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/ui/PeerConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/PeerConfig.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/PeerConfig.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PeerConfig.java b/wizards/com/sun/star/wizards/ui/PeerConfig.java
index 0250f2e6f816..bcc8a9b8c2e7 100644
--- a/wizards/com/sun/star/wizards/ui/PeerConfig.java
+++ b/wizards/com/sun/star/wizards/ui/PeerConfig.java
@@ -43,7 +43,7 @@ public class PeerConfig implements XWindowListener
oUnoDialog.xWindow.addWindowListener(this);
}
- class PeerTask
+ private static class PeerTask
{
private XControl xControl;
@@ -58,7 +58,7 @@ public class PeerConfig implements XWindowListener
}
}
- class ControlTask
+ private static class ControlTask
{
Object oModel;
@@ -67,7 +67,7 @@ public class PeerConfig implements XWindowListener
}
- class ImageUrlTask
+ private static class ImageUrlTask
{
Object oModel;