diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 08:25:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-27 18:43:53 +0100 |
commit | 0d4298a9880e48692871b5b3d4bbc551af6e37ae (patch) | |
tree | f67b1b91c7cd496af2dafbe4d3165316566151e8 /sd | |
parent | 75dd5d2e734ad9e8265b1954c7496d1ba241079e (diff) |
loplugin:unnecessaryvirtual
Change-Id: I3e6424e10eade04951f8ab24bb61af4ce19d1204
Reviewed-on: https://gerrit.libreoffice.org/64113
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index 7252bea16ce6..d06b04d4c989 100644 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -99,7 +99,7 @@ protected: // drag & drop virtual DragDropMode NotifyStartDrag( TransferDataContainer& rData, SvTreeListEntry* pEntry ) override; virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) override; - virtual void ReorderEffectsInUiDuringDragOver( SvTreeListEntry* pOverEntry); + void ReorderEffectsInUiDuringDragOver( SvTreeListEntry* pOverEntry); virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) override; virtual void DragFinished( sal_Int8 nDropAction ) override; |