diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-28 21:26:09 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-28 21:26:09 +0100 |
commit | 7947d959db2a84860cdfd479d95ea5b30fdba051 (patch) | |
tree | 4cc2ec4d16ee75d338f85d966b089ca5a0240097 /patches/dev300/wizards-path.diff | |
parent | 2786d0238b25d7bcc1408bb1a45a8f7f4bd1febd (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.diff | 22 |
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="" - |