diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-15 16:11:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-15 21:01:56 +0200 |
commit | ff643eb3c5b1a50aab5e544ea689e227eecc751d (patch) | |
tree | 83bdca440698ddbfd09a757e4961d4d100c42cd8 /sfx2 | |
parent | 992ed5bdf9946b59bcd6bfc2250f85e7d0374826 (diff) |
m_pLine is always unset
Change-Id: I269081ed0abcad09b66331d7fc1589e16556bd27
Reviewed-on: https://gerrit.libreoffice.org/61801
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index f8dfdc33123f..f4a07696af43 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -46,8 +46,7 @@ using namespace ::com::sun::star::uno; #define USERITEM_NAME "UserItem" SingleTabDlgImpl::SingleTabDlgImpl() - : m_pSfxPage(nullptr) - , m_pLine(nullptr) + : m_pSfxPage(nullptr) { } @@ -664,7 +663,6 @@ SfxSingleTabDialog::~SfxSingleTabDialog() void SfxSingleTabDialog::dispose() { pImpl->m_pSfxPage.disposeAndClear(); - pImpl->m_pLine.disposeAndClear(); pImpl.reset(); pOKBtn.clear(); pCancelBtn.clear(); |