summaryrefslogtreecommitdiff
path: root/patches/dev300/wizards-path.diff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-28 21:26:09 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-28 21:26:09 +0100
commit7947d959db2a84860cdfd479d95ea5b30fdba051 (patch)
tree4cc2ec4d16ee75d338f85d966b089ca5a0240097 /patches/dev300/wizards-path.diff
parent2786d0238b25d7bcc1408bb1a45a8f7f4bd1febd (diff)
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'patches/dev300/wizards-path.diff')
-rw-r--r--patches/dev300/wizards-path.diff22
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/dev300/wizards-path.diff b/patches/dev300/wizards-path.diff
deleted file mode 100644
index fe0c66d26..000000000
--- a/patches/dev300/wizards-path.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- wizards/source/launcher/FontOOo.xba.path 2007-10-18 16:08:57.000000000 -0200
-+++ wizards/source/launcher/FontOOo.xba 2007-10-18 16:09:16.000000000 -0200
-@@ -15,7 +15,7 @@ on error resume next
- &apos; Find path
- aService = CreateUnoService(&quot;com.sun.star.util.PathSubstitution&quot;)
- ThePath =ConvertToURL(aService.substituteVariables(&quot;$(prog)&quot;, true))
--ThePath=ThePath &amp; &quot;/../share/dict/ooo&quot;
-+ThePath=ThePath &amp; &quot;/../share/dict&quot;
-
- if fileExists(ThePath &amp; &quot;/FontOOo.lst&quot;) then
- &apos;read FontOOo.lst file
---- wizards/source/launcher/DicOOo.xba.path 2007-10-18 16:08:54.000000000 -0200
-+++ wizards/source/launcher/DicOOo.xba 2007-10-18 16:09:09.000000000 -0200
-@@ -18,7 +18,7 @@ aService = CreateUnoService(&quot;com.su
- ThePath =ConvertToURL(aService.substituteVariables(&quot;$(user)&quot;, true))
- ThePath=ThePath &amp; &quot;/wordbook&quot;
- DefPath =ConvertToURL(aService.substituteVariables(&quot;$(prog)&quot;, true))
--DefPath=DefPath &amp; &quot;/../share/dict/ooo&quot;
-+DefPath=DefPath &amp; &quot;/../share/dict&quot;
-
- MyDicOOo=&quot;&quot;
-