diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-07 09:31:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-07 10:11:33 +0000 |
commit | 0f96b3f33f98ecd56f0fe55a65315d6762ff978a (patch) | |
tree | fa4f2b9dd0b7e8e9f30d6fe18c86a3e89a66352f /include/toolkit | |
parent | 41ea741cd843776cd600d33b28a7f0e35345e0d0 (diff) |
loplugin:unnecessaryvirtual in test..vbahelper
Change-Id: I0e110af6eab798e11f96d0f7d282d59440d91965
Reviewed-on: https://gerrit.libreoffice.org/30649
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/awt/scrollabledialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/awt/scrollabledialog.hxx b/include/toolkit/awt/scrollabledialog.hxx index 1003a536e1cb..c414c8f3966e 100644 --- a/include/toolkit/awt/scrollabledialog.hxx +++ b/include/toolkit/awt/scrollabledialog.hxx @@ -63,7 +63,7 @@ namespace toolkit void setScrollVisibility( ScrollBarVisibility rState ); DECL_LINK( ScrollBarHdl, ScrollBar*, void ); - virtual void ResetScrollBars(); + void ResetScrollBars(); // Window virtual void Resize() override; }; |