diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/python/var_fields.py | 2 |
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 |