summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();