summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/NoValidPathException.java
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-27 12:29:19 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-27 12:29:19 +0000
commit639969d4119b7104d4e8bedddc6af124fa54cd69 (patch)
tree5e1338b69e4b182f78173d3d82fd38fe80c31ffd /wizards/com/sun/star/wizards/common/NoValidPathException.java
parent24b7699fa803b7ecc873979779d15e9b2bca23f8 (diff)
INTEGRATION: CWS dbwizard1 (1.2.34); FILE MERGED
2004/10/01 12:38:57 bc 1.2.34.1: ## several changes in dbwizards
Diffstat (limited to 'wizards/com/sun/star/wizards/common/NoValidPathException.java')
-rw-r--r--wizards/com/sun/star/wizards/common/NoValidPathException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/common/NoValidPathException.java b/wizards/com/sun/star/wizards/common/NoValidPathException.java
index e4c5c1eef918..7d179a143eed 100644
--- a/wizards/com/sun/star/wizards/common/NoValidPathException.java
+++ b/wizards/com/sun/star/wizards/common/NoValidPathException.java
@@ -5,7 +5,7 @@ import com.sun.star.lang.XMultiServiceFactory;
public class NoValidPathException extends Exception {
public NoValidPathException(XMultiServiceFactory xMSF) {
- SystemDialog.showErrorBox(xMSF, "dbwizres", "dbw", 506); // OfficePathnotavailable
+ SystemDialog.showErrorBox(xMSF, "dbwizres", "dbw", 521); // OfficePathnotavailable
}
}