summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-29 10:44:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-29 10:44:59 +0200
commitb993c5591e965de3b9e95e32007ea4231b2997d7 (patch)
tree4032893dd113c47fa0cd581f0e513b9f57626d64 /sw
parent1c2862e8d130fac1279e293a9fe9992f3fe91591 (diff)
RuntimeException missing from exception specification for UNO method
...which lead to std::unoexpected from sw/PythonTest_sw_python. Change-Id: I94bdbbe131a7c65c363f7aa66e8d8df7bd531449
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/python/var_fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/python/var_fields.py b/sw/qa/python/var_fields.py
index 4924636831f8..92f2da1bde8f 100644
--- a/sw/qa/python/var_fields.py
+++ b/sw/qa/python/var_fields.py
@@ -113,7 +113,7 @@ class TestVarFields(unittest.TestCase):
xDoc.refresh()
# 18. store document
url = os.path.join(os.environ["TestUserDir"], "VarFields.odt")
- #xDoc.storeToURL(url, tuple(list(range(0))))
+ xDoc.storeToURL(url, tuple(list(range(0))))
# 19. retrieve the section
xPropSet = xDoc.getTextSections().getByIndex(0)
# 20. retrieve the condition property of that section