summaryrefslogtreecommitdiff
path: root/sw/qa/python/check_fields.py
diff options
context:
space:
mode:
authorkerem <hallackerem@gmail.com>2016-11-30 19:02:50 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2016-12-04 11:41:54 +0000
commit48120d6ce597472933fa7a8a292ce8d0f1fbe1f9 (patch)
tree0bc766e51483ecd36b60ef918eec314ae97fdac6 /sw/qa/python/check_fields.py
parent5c0321439a6dd5b00ef13a6ab69c3ef30629d5ea (diff)
tdf#97361 remove = None assignments in check_fields
Change-Id: I7696f28e6b35e79e98614b295c749adebf33878b Reviewed-on: https://gerrit.libreoffice.org/31439 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'sw/qa/python/check_fields.py')
-rw-r--r--sw/qa/python/check_fields.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/python/check_fields.py b/sw/qa/python/check_fields.py
index f6c869217aeb..0d39a9bc620f 100644
--- a/sw/qa/python/check_fields.py
+++ b/sw/qa/python/check_fields.py
@@ -3,8 +3,6 @@ from org.libreoffice.unotest import UnoInProcess
class CheckFields(unittest.TestCase):
- _uno = None
- _xDoc = None
@classmethod
def setUpClass(cls):