diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-07-18 13:41:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-07-19 09:29:27 +0200 |
commit | a8e657e9d04f908388580039a0ac5b9348dfee60 (patch) | |
tree | 1a2a2a4aa86eef11c75a29e3e0f1dc0f4f19a924 /wizards | |
parent | 27beb3211a595b70bc411cf5419ba7e1d9212a1a (diff) |
Related: rhbz#1602589 null_check: 'xComponent'
Change-Id: I591f9fa611c0ad0d1631d179b7263f83613badfb
Reviewed-on: https://gerrit.libreoffice.org/57640
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/document/OfficeDocument.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/document/OfficeDocument.py b/wizards/com/sun/star/wizards/document/OfficeDocument.py index 6ebb7d389fed..b0bcbf91e27e 100644 --- a/wizards/com/sun/star/wizards/document/OfficeDocument.py +++ b/wizards/com/sun/star/wizards/document/OfficeDocument.py @@ -196,7 +196,6 @@ class OfficeDocument(object): bState = False else: - xComponent.dispose() bState = True return bState |