da85248be7
- updated to libreoffice-3.5.5.2 (3.5.2-rc2) - did some clean up OBS-URL: https://build.opensuse.org/request/show/112476 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=30
16 lines
472 B
Diff
16 lines
472 B
Diff
--- pyuno/source/module/uno.py.old 2012-02-24 16:34:51.000000000 +0100
|
|
+++ pyuno/source/module/uno.py 2012-03-01 15:56:27.000000000 +0100
|
|
@@ -26,8 +26,12 @@
|
|
# for a copy of the LGPLv3 License.
|
|
#
|
|
#*************************************************************************
|
|
+import os
|
|
import sys
|
|
|
|
+if getattr(os.environ, 'URE_BOOTSTRAP', None) is None:
|
|
+ os.environ['URE_BOOTSTRAP'] = "vnd.sun.star.pathname:@INSTALLDIR@/program/fundamentalrc"
|
|
+
|
|
import pyuno
|
|
|
|
try:
|