summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkerem <hallackerem@gmail.com>2016-12-05 00:11:57 +0200
committerMichael Stahl <mstahl@redhat.com>2016-12-05 11:30:29 +0000
commit25cc8979c5e6238bb76c9d751f3fa3433f48542c (patch)
tree358f545071f3c3b44f185210bd77d0a3b5d59860
parent42d68eada6a745bdccb210efffcde8668061e3ef (diff)
tdf#97361 remove = None assignments in sfx2 python unit tests
Change-Id: Iba3926d1b044ade69e1306941ed70b644dc577d6 Reviewed-on: https://gerrit.libreoffice.org/31602 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sfx2/qa/python/check_sidebar.py2
-rw-r--r--sfx2/qa/python/check_sidebar_registry.py2
2 files changed, 0 insertions, 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):