summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-25 14:59:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-26 09:06:51 +0100
commit8bb04558b97a84ec45e0e93b91fa8b4c226f9032 (patch)
tree2f6e48e0021524dcd3958ac18d5400a6f0b97049 /include/sfx2
parent99df964c96bc1b715ae6ece47629a5d7afb2a945 (diff)
loplugin:unnnecessaryvirtual
Change-Id: I2aa9a8f14b6db2098931a14c6eed522a9d2653ed Reviewed-on: https://gerrit.libreoffice.org/69682 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/tabdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 0f6babf2774a..f74b66b2aaba 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -100,7 +100,7 @@ friend class SfxTabDialogUIObject;
protected:
virtual short Ok();
// Is deleted in Sfx!
- virtual SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
+ static SfxItemSet* CreateInputItemSet( sal_uInt16 nId );
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );
VclPtr<VclButtonBox> m_pActionArea;