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/vcl | |
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/vcl')
-rw-r--r-- | include/vcl/treelistbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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( |