summaryrefslogtreecommitdiff
path: root/sfx2/qa/python/check_sidebar_registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/qa/python/check_sidebar_registry.py')
-rw-r--r--sfx2/qa/python/check_sidebar_registry.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/qa/python/check_sidebar_registry.py b/sfx2/qa/python/check_sidebar_registry.py
index 86f22f4fd44a..47b8eecdefb9 100644
--- a/sfx2/qa/python/check_sidebar_registry.py
+++ b/sfx2/qa/python/check_sidebar_registry.py
@@ -19,7 +19,6 @@ class CheckSidebarRegistry(unittest.TestCase):
def setUpClass(cls):
cls._uno = UnoInProcess()
cls._uno.setUp()
- cls._xDoc = cls._uno.openEmptyDoc( url = "private:factory/scalc", bHidden = False, bReadOnly = False)
@classmethod
def tearDownClass(cls):