summaryrefslogtreecommitdiff
path: root/patches/dev300/wizards-path.diff
diff options
context:
space:
mode:
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
- ' Find path
- aService = CreateUnoService("com.sun.star.util.PathSubstitution")
- ThePath =ConvertToURL(aService.substituteVariables("$(prog)", true))
--ThePath=ThePath & "/../share/dict/ooo"
-+ThePath=ThePath & "/../share/dict"
-
- if fileExists(ThePath & "/FontOOo.lst") then
- '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("com.su
- ThePath =ConvertToURL(aService.substituteVariables("$(user)", true))
- ThePath=ThePath & "/wordbook"
- DefPath =ConvertToURL(aService.substituteVariables("$(prog)", true))
--DefPath=DefPath & "/../share/dict/ooo"
-+DefPath=DefPath & "/../share/dict"
-
- MyDicOOo=""
-