summaryrefslogtreecommitdiff
path: root/sw/qa/python/check_change_color.py
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/python/check_change_color.py')
-rw-r--r--sw/qa/python/check_change_color.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/python/check_change_color.py b/sw/qa/python/check_change_color.py
index d8562bc77b52..07b622031a61 100644
--- a/sw/qa/python/check_change_color.py
+++ b/sw/qa/python/check_change_color.py
@@ -27,7 +27,6 @@ class CheckChangeColor(unittest.TestCase):
def setUpClass(cls):
cls._uno = UnoInProcess()
cls._uno.setUp()
- cls._xEmptyDoc = cls._uno.openEmptyWriterDoc()
cls.RED = 0xFF0000
cls.BLUE = 0x0000FF
cls.GREEN = 0x008000