From 25cc8979c5e6238bb76c9d751f3fa3433f48542c Mon Sep 17 00:00:00 2001 From: kerem Date: Mon, 5 Dec 2016 00:11:57 +0200 Subject: [PATCH] tdf#97361 remove = None assignments in sfx2 python unit tests Change-Id: Iba3926d1b044ade69e1306941ed70b644dc577d6 Reviewed-on: https://gerrit.libreoffice.org/31602 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sfx2/qa/python/check_sidebar.py | 2 -- sfx2/qa/python/check_sidebar_registry.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/sfx2/qa/python/check_sidebar.py b/sfx2/qa/python/check_sidebar.py index 4dd3a5ddd35b..1795832d657a 100644 --- a/sfx2/qa/python/check_sidebar.py +++ b/sfx2/qa/python/check_sidebar.py @@ -19,8 +19,6 @@ from com.sun.star.ui import XPanels from com.sun.star.ui import XPanel class CheckSidebar(unittest.TestCase): - _uno = None - _xDoc = None @classmethod def setUpClass(cls): diff --git a/sfx2/qa/python/check_sidebar_registry.py b/sfx2/qa/python/check_sidebar_registry.py index 70b679a80e25..19a8ae79237f 100644 --- a/sfx2/qa/python/check_sidebar_registry.py +++ b/sfx2/qa/python/check_sidebar_registry.py @@ -14,8 +14,6 @@ from org.libreoffice.unotest import UnoInProcess import uno class CheckSidebarRegistry(unittest.TestCase): - _uno = None - _xDoc = None @classmethod def setUpClass(cls):