summaryrefslogtreecommitdiffstats
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 08:56:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 12:27:46 +0200
commit3a98352f7c03be67f7ceddd7fab48f8ef8a30849 (patch)
treeb51b7a91c482899ed396f268ac9f994e376162c4 /include/sfx2
parentcrashtesting: failure importing tdf118662-1.xlsx (diff)
downloadcore-3a98352f7c03be67f7ceddd7fab48f8ef8a30849.tar.gz
core-3a98352f7c03be67f7ceddd7fab48f8ef8a30849.zip
loplugin:unnecessaryvirtual
Change-Id: I1fa8248efa16a718f273f20620281737b0da455d Reviewed-on: https://gerrit.libreoffice.org/72024 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index d2646af1d9e5..9f712bd8632b 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -88,7 +88,7 @@ protected:
virtual void StateChanged( StateChangedType nStateChange ) override;
public:
- virtual void FillInfo(SfxChildWinInfo&) const;
+ void FillInfo(SfxChildWinInfo&) const;
void Initialize (SfxChildWinInfo const * pInfo);
virtual bool EventNotify( NotifyEvent& rNEvt ) override;
SfxBindings& GetBindings()