Set LIBO_ONEWAY_STABLE_ODF_EXPORT

Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
This commit is contained in:
Tor Lillqvist
2013-09-30 16:46:16 +03:00
parent c1015fdd51
commit dbd6ae7dfd

View File

@@ -156,6 +156,7 @@ class OfficeConnection:
if "--valgrind" in self.args:
argv.append("--valgrind")
os.putenv("SAL_LOG", "-INFO-WARN")
os.putenv("LIBO_ONEWAY_STABLE_ODF_EXPORT", "YES")
self.pro = subprocess.Popen(argv)
# print(self.pro.pid)