summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 14:32:20 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 14:32:20 +0000
commite09954952f2b8237bffcdc1c7feb4adb7c045af7 (patch)
treea5a34ba6d01259bbd2e60d0dca56f6c34b5675ac /wizards
parentINTEGRATION: CWS dbawizards (1.10.58); FILE MERGED (diff)
downloadcore-e09954952f2b8237bffcdc1c7feb4adb7c045af7.tar.gz
core-e09954952f2b8237bffcdc1c7feb4adb7c045af7.zip
INTEGRATION: CWS dbawizards (1.32.150); FILE MERGED
2008/01/03 15:15:23 bc 1.32.150.1: #i83365# changed getting the template user path
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/importwizard/Main.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/importwizard/Main.xba b/wizards/source/importwizard/Main.xba
index d3e675a835fa..2c25c6abebd0 100644
--- a/wizards/source/importwizard/Main.xba
+++ b/wizards/source/importwizard/Main.xba
@@ -278,7 +278,7 @@ Function GetImportWizardPaths() as Boolean
If SOBitmapPath &lt;&gt; &quot;&quot; Then
SOWorkPath = GetPathSettings(&quot;Work&quot;, False)
If SOWorkPath &lt;&gt; &quot;&quot; Then
- SOTemplatePath = GetPathSettings(&quot;Template&quot;,False,1)
+ SOTemplatePath = GetPathSettings(&quot;Template_writable&quot;,False,0)
If SOTemplatePath &lt;&gt; &quot;&quot; Then
GetImportWizardPaths() = True
Exit Function