diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 15:23:06 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 15:30:26 +0100 |
commit | f9a55aa248b83721737a8e543d440734436a615b (patch) | |
tree | ee1cc84cd680895ba4f7720d208cbfe424667489 /sfx2/source/dialog/tabdlg.cxx | |
parent | 7a1fad0d4f6b95c9beafa9c34f34b70bb9a0c9ed (diff) |
Lots more small re-basing issues fixed.
Change-Id: I621567c4596e01092c55d868403910386fa14058
Diffstat (limited to 'sfx2/source/dialog/tabdlg.cxx')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 854493c4f629..cba80496e162 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -410,15 +410,15 @@ void SfxTabDialog::dispose() delete [] pRanges; if (m_bOwnsBaseFmtBtn) - m_pBaseFmtBtn.disposeAndClear() + m_pBaseFmtBtn.disposeAndClear(); if (m_bOwnsResetBtn) - m_pResetBtn.disposeAndClear() + m_pResetBtn.disposeAndClear(); if (m_bOwnsHelpBtn) - m_pHelpBtn.disposeAndClear() + m_pHelpBtn.disposeAndClear(); if (m_bOwnsCancelBtn) - m_pCancelBtn.disposeAndClear() + m_pCancelBtn.disposeAndClear(); if (m_bOwnsOKBtn) - m_pOKBtn.disposeAndClear() + m_pOKBtn.disposeAndClear(); m_pBox.clear(); m_pTabCtrl.clear(); m_pOKBtn.clear(); |