diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-23 16:00:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-24 10:05:22 +0100 |
commit | 88afb39fd1f22b87e56996057e13f3ebb3784483 (patch) | |
tree | bdfd0089eadbe687e6b34ad01c19343472dbedf4 | |
parent | c8512315ba88498fd184f7a0cbd2b63be3bc720b (diff) |
drop Resize
Change-Id: Ie8546cf0eb54888627dc2dfa47257de63b382f9d
-rw-r--r-- | cui/source/dialogs/iconcdlg.cxx | 16 | ||||
-rw-r--r-- | cui/source/inc/iconcdlg.hxx | 1 |
2 files changed, 0 insertions, 17 deletions
diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index f152ade5115b..3ec071255207 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -402,25 +402,9 @@ void IconChoiceDialog::ShowPage( sal_uInt16 nId ) /********************************************************************** | -| Resize Dialog -| -\**********************************************************************/ -void IconChoiceDialog::Resize() -{ - Dialog::Resize (); - - if ( IsReallyVisible() ) - { - m_pIconCtrl->ArrangeIcons(); - } -} - -/********************************************************************** -| | select a page | \**********************************************************************/ - IMPL_LINK_NOARG(IconChoiceDialog , ChosePageHdl_Impl) { sal_uLong nPos; diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx index 6bab742fe7d6..5cac100c5df5 100644 --- a/cui/source/inc/iconcdlg.hxx +++ b/cui/source/inc/iconcdlg.hxx @@ -188,7 +188,6 @@ public : virtual ~IconChoiceDialog (); virtual void Paint( const Rectangle& rRect ) SAL_OVERRIDE; - virtual void Resize() SAL_OVERRIDE; // interface SvxIconChoiceCtrlEntry* AddTabPage( |