summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/PathSelection.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/PathSelection.java')
-rw-r--r--wizards/com/sun/star/wizards/ui/PathSelection.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PathSelection.java b/wizards/com/sun/star/wizards/ui/PathSelection.java
index 7ccf5f7b24c1..e3b14186d3f4 100644
--- a/wizards/com/sun/star/wizards/ui/PathSelection.java
+++ b/wizards/com/sun/star/wizards/ui/PathSelection.java
@@ -38,14 +38,14 @@ public class PathSelection
public XPathSelectionListener xAction;
public XTextComponent xSaveTextBox;
- public static class DialogTypes
+ private static class DialogTypes
{
private static final int FOLDER = 0;
private static final int FILE = 1;
}
- public static class TransferMode
+ private static class TransferMode
{
private static final int SAVE = 0;