diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 08:25:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 18:43:53 +0100 |
commit | 0d4298a9880e48692871b5b3d4bbc551af6e37ae (patch) | |
tree | f67b1b91c7cd496af2dafbe4d3165316566151e8 /sfx2 | |
parent | 75dd5d2e734ad9e8265b1954c7496d1ba241079e (diff) |
loplugin:unnecessaryvirtual
Change-Id: I3e6424e10eade04951f8ab24bb61af4ce19d1204
Reviewed-on: https://gerrit.libreoffice.org/64113
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 1d5b3ecc3e8e..99ce1066fab1 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -872,20 +872,6 @@ SfxItemSet* SfxTabDialog::CreateInputItemSet( sal_uInt16 ) } -void SfxTabDialog::RefreshInputSet() - -/* [Description] - - Default implementation of the virtual Method. - This is called, when <SfxTabPage::DeactivatePage(SfxItemSet *)> - returns <DeactivateRC::RefreshSet>. -*/ - -{ - SAL_INFO ( "sfx.dialog", "RefreshInputSet not implemented" ); -} - - IMPL_LINK_NOARG(SfxTabDialog, OkHdl, Button*, void) /* [Description] @@ -1259,7 +1245,6 @@ IMPL_LINK( SfxTabDialog, DeactivatePageHdl, TabControl *, pTabCtrl, bool ) if ( nRet & DeactivateRC::RefreshSet ) { - RefreshInputSet(); // Flag all Pages as to be initialized as new for (auto const& elem : m_pImpl->aData) |