diff options
Diffstat (limited to 'patches/dev300/system-python-uno-path.diff.in')
-rw-r--r-- | patches/dev300/system-python-uno-path.diff.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/dev300/system-python-uno-path.diff.in b/patches/dev300/system-python-uno-path.diff.in deleted file mode 100644 index eebe32b37..000000000 --- a/patches/dev300/system-python-uno-path.diff.in +++ /dev/null @@ -1,11 +0,0 @@ ---- scripting/source/pyprov/officehelper.py-old 2009-03-31 00:08:59.000000000 +0200 -+++ scripting/source/pyprov/officehelper.py 2009-03-31 00:10:08.000000000 +0200 -@@ -57,7 +57,7 @@ - if "UNO_PATH" in os.environ: - sOffice = os.environ["UNO_PATH"] - else: -- sOffice = "" # lets hope for the best -+ sOffice = "@libdir@/@OOOINSTALLDIRNAME@/program" - sOffice = os.path.join(sOffice, "soffice") - if platform.startswith("win"): - sOffice += ".exe" |