summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/SystemDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/common/SystemDialog.java')
-rw-r--r--wizards/com/sun/star/wizards/common/SystemDialog.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.java b/wizards/com/sun/star/wizards/common/SystemDialog.java
index 575bd904b634..8cfc29e751d3 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.java
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.java
@@ -132,10 +132,10 @@ public class SystemDialog
}
/**
- *
+ *
* @param displayDir
* @param defaultName
- * given url to a local path.
+ * given url to a local path.
* @return
*/
public String callStoreDialog(String displayDir, String defaultName)
@@ -319,11 +319,11 @@ public class SystemDialog
*/
/**
* @param windowServiceName one of the following strings:
- * "ErrorBox", "WarningBox", "MessBox", "InfoBox", "QueryBox".
+ * "ErrorBox", "WarningBox", "MessBox", "InfoBox", "QueryBox".
* There are other values possible, look
* under src/toolkit/source/awt/vcltoolkit.cxx
* @param windowAttribute see com.sun.star.awt.VclWindowPeerAttribute
- * @return 0 = cancel, 1 = ok, 2 = yes, 3 = no(I'm not sure here)
+ * @return 0 = cancel, 1 = ok, 2 = yes, 3 = no(I'm not sure here)
* other values check for yourself ;-)
*/
public static int showMessageBox(XMultiServiceFactory xMSF, String windowServiceName, int windowAttribute, String MessageText)