summaryrefslogtreecommitdiff
path: root/sw/qa/python/check_named_property_values.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/python/check_named_property_values.py')
-rw-r--r--sw/qa/python/check_named_property_values.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/python/check_named_property_values.py b/sw/qa/python/check_named_property_values.py
index dd06adc60313..1a81d13a6323 100644
--- a/sw/qa/python/check_named_property_values.py
+++ b/sw/qa/python/check_named_property_values.py
@@ -36,7 +36,6 @@ class CheckNamedPropertyValues(unittest.TestCase):
cls._uno = UnoInProcess()
cls._uno.setUp()
cls.xContext = cls._uno.getContext()
- cls.xDoc = cls._uno.openEmptyWriterDoc()
@classmethod
def tearDownClass(cls):