summaryrefslogtreecommitdiff
path: root/include
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
parent82dc7a39364af0ccc7357f0dffe2a2cd04632f4e (diff)
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')
-rw-r--r--include/sfx2/basedlgs.hxx2
-rw-r--r--include/svtools/simptabl.hxx2
-rw-r--r--include/vcl/treelistbox.hxx1
3 files changed, 2 insertions, 3 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()
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index d73ad7bfcfa6..1238c7c051d6 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -85,7 +85,7 @@ protected:
virtual void Command( const CommandEvent& rCEvt ) override;
- virtual sal_Int32 ColCompare(SvTreeListEntry*,SvTreeListEntry*);
+ sal_Int32 ColCompare(SvTreeListEntry*,SvTreeListEntry*);
public:
SvSimpleTable(SvSimpleTableContainer& rParent, WinBits nBits = WB_BORDER);
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx
index f0ac85bd3980..f99219d5f1ff 100644
--- a/include/vcl/treelistbox.hxx
+++ b/include/vcl/treelistbox.hxx
@@ -468,7 +468,6 @@ public:
void SetDragOptions( sal_Int8 nOptions ) { nDragOptions = nOptions; }
virtual SvTreeListEntry* CloneEntry( SvTreeListEntry* pSource );
- virtual SvTreeListEntry* CreateEntry() const; // To create new Entries
// Return value: TRISTATE_TRUE == Ok, TRISTATE_FALSE == Cancel, TRISTATE_INDET == Ok and Make visible moved entry
virtual TriState NotifyMoving(