summaryrefslogtreecommitdiff
path: root/wizards/source/formwizard/tools.xba
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-18 14:02:30 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-20 07:07:28 +0000
commit82d863b4a410fa78120d2efc41bd2b3b61f21cee (patch)
treebd4d606402510f9dafa003f9dfd6c18b0420ed7a /wizards/source/formwizard/tools.xba
parent63cb2a83d5c9b6bd7e689c0715f632ffeac0ceea (diff)
Related tdf#99967: Cleanup after Web Wizard drop
There are still webwizard*.xhp in help/source/text/shared/autopi/ Change-Id: If54d7bfc093c8c0765fd881eeb14f62bc3517194 Reviewed-on: https://gerrit.libreoffice.org/34402 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'wizards/source/formwizard/tools.xba')
-rw-r--r--wizards/source/formwizard/tools.xba23
1 files changed, 10 insertions, 13 deletions
diff --git a/wizards/source/formwizard/tools.xba b/wizards/source/formwizard/tools.xba
index d6f8ed419c73..a7cfa16651b0 100644
--- a/wizards/source/formwizard/tools.xba
+++ b/wizards/source/formwizard/tools.xba
@@ -323,19 +323,16 @@ End Function
Function GetFormWizardPaths() as Boolean
FormPath = GetOfficeSubPath(&quot;Template&quot;,&quot;../wizard/bitmap&quot;)
If FormPath &lt;&gt; &quot;&quot; Then
- WebWizardPath = GetOfficeSubPath(&quot;Template&quot;,&quot;wizard/web&quot;)
- If WebWizardPath &lt;&gt; &quot;&quot; Then
- WizardPath = GetOfficeSubPath(&quot;Template&quot;,&quot;wizard/&quot;)
- If Wizardpath &lt;&gt; &quot;&quot; Then
- TexturePath = GetOfficeSubPath(&quot;Gallery&quot;, &quot;www-back/&quot;)
- If TexturePath &lt;&gt; &quot;&quot; Then
- WorkPath = GetPathSettings(&quot;Work&quot;)
- If WorkPath &lt;&gt; &quot;&quot; Then
- TempPath = GetPathSettings(&quot;Temp&quot;)
- If TempPath &lt;&gt; &quot;&quot; Then
- GetFormWizardPaths = True
- Exit Function
- End If
+ WizardPath = GetOfficeSubPath(&quot;Template&quot;,&quot;wizard/&quot;)
+ If Wizardpath &lt;&gt; &quot;&quot; Then
+ TexturePath = GetOfficeSubPath(&quot;Gallery&quot;, &quot;www-back/&quot;)
+ If TexturePath &lt;&gt; &quot;&quot; Then
+ WorkPath = GetPathSettings(&quot;Work&quot;)
+ If WorkPath &lt;&gt; &quot;&quot; Then
+ TempPath = GetPathSettings(&quot;Temp&quot;)
+ If TempPath &lt;&gt; &quot;&quot; Then
+ GetFormWizardPaths = True
+ Exit Function
End If
End If
End If