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.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/PathSelection.java b/wizards/com/sun/star/wizards/ui/PathSelection.java
index 4210383c064d..7ccf5f7b24c1 100644
--- a/wizards/com/sun/star/wizards/ui/PathSelection.java
+++ b/wizards/com/sun/star/wizards/ui/PathSelection.java
@@ -41,15 +41,15 @@ public class PathSelection
public static class DialogTypes
{
- public static final int FOLDER = 0;
- public static final int FILE = 1;
+ private static final int FOLDER = 0;
+ private static final int FILE = 1;
}
public static class TransferMode
{
- public static final int SAVE = 0;
- public static final int LOAD = 1;
+ private static final int SAVE = 0;
+ private static final int LOAD = 1;
}
public PathSelection(XMultiServiceFactory xMSF, UnoDialog2 CurUnoDialog, int TransferMode, int DialogType)