summaryrefslogtreecommitdiff
path: root/wizards/com/sun
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 11:15:38 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 11:15:38 +0000
commit2cb69e2f2ad8934d163177b87aa5a843b01e6100 (patch)
tree1a315809dcb924a0ae284d0d12a47d660ccc31f1 /wizards/com/sun
parent20fe1cea914ab7caf8d57d45a366e8fa2a396167 (diff)
INTEGRATION: CWS pathoptions01 (1.15.30); FILE MERGED
2006/06/29 14:12:17 tv 1.15.30.1: #i34105# Paths are now being retrieved using the new PathSettings service
Diffstat (limited to 'wizards/com/sun')
-rw-r--r--wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
index 85c913ab8b36..b854c68762ca 100644
--- a/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
+++ b/wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
@@ -995,8 +995,8 @@ public class LetterWizardDialogImpl extends LetterWizardDialog {
private void initializePaths() {
try {
- sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share");
- sUserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user");
+ sTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "share", "/wizard");
+ sUserTemplatePath = FileAccess.getOfficePath(xMSF, "Template", "user", "");
sBitmapPath = FileAccess.combinePaths(xMSF, sTemplatePath, "/wizard/bitmap");
} catch (NoValidPathException e) {
e.printStackTrace();