summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-13 07:51:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-13 10:11:44 +0000
commita796b8ae135861101df9e0af1c0ff40151d8b5c2 (patch)
tree237923acf5582335b7bc458ca562247c6298ab2c /sfx2/source/dialog
parent5258afdc70f47f9dbaba5953214d3f312739faa5 (diff)
m_pInfoImage never constructed or used
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r--sfx2/source/dialog/basedlgs.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index 49429e40a4a4..eb8aed48ca7e 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -786,7 +786,6 @@ SfxSingleTabDialog::~SfxSingleTabDialog()
delete pImpl->m_pTabPage;
delete pImpl->m_pSfxPage;
delete pImpl->m_pLine;
- delete pImpl->m_pInfoImage;
delete pImpl;
}