diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-05-09 08:56:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-05-09 12:27:46 +0200 |
commit | 3a98352f7c03be67f7ceddd7fab48f8ef8a30849 (patch) | |
tree | b51b7a91c482899ed396f268ac9f994e376162c4 /include/svtools | |
parent | 82dc7a39364af0ccc7357f0dffe2a2cd04632f4e (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/svtools')
-rw-r--r-- | include/svtools/simptabl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |