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 /include/sfx2/tabdlg.hxx | |
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 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 0bf86625d690..146a443e5153 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -102,8 +102,6 @@ protected: virtual short Ok(); // Is deleted in Sfx! virtual SfxItemSet* CreateInputItemSet( sal_uInt16 nId ); - // Is not deleted in Sfx! - virtual void RefreshInputSet(); virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ); VclPtr<VclButtonBox> m_pActionArea; |