diff options
Diffstat (limited to 'cui/source/dialogs/iconcdlg.cxx')
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index 360f6c19c19b..7d03d02f8d77 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -45,8 +45,7 @@ IconChoicePage::IconChoicePage( vcl::Window *pParent, const OString& rID, const SfxItemSet* pItemSet ) : TabPage ( pParent, rID, rUIXMLDescription ), pSet ( pItemSet ), - bHasExchangeSupport ( false ), - pDialog ( nullptr ) + bHasExchangeSupport ( false ) { SetStyle ( GetStyle() | WB_DIALOGCONTROL | WB_HIDE ); } @@ -57,12 +56,6 @@ IconChoicePage::~IconChoicePage() disposeOnce(); } -void IconChoicePage::dispose() -{ - pDialog.clear(); - TabPage::dispose(); -} - /********************************************************************** | | Activate / Deaktivate |