summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-09-07 14:49:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-09-07 18:18:57 +0200
commitb0b0162656fbfe502ace2e02df7e58afa4ccc6b1 (patch)
tree058e29a5c91feff3679c052bb86f764a5c06c8c3 /chart2
parente7da22a157037fc96330914ab52f43eea27a8f0f (diff)
loplugin:unnecessaryvirtual
Change-Id: I596ef2603560f521386e273b6f0fb2f672db56d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102171 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/ModifyListenerCallBack.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/ModifyListenerCallBack.hxx b/chart2/source/inc/ModifyListenerCallBack.hxx
index f53f10fbb9ad..e9167079e982 100644
--- a/chart2/source/inc/ModifyListenerCallBack.hxx
+++ b/chart2/source/inc/ModifyListenerCallBack.hxx
@@ -33,12 +33,12 @@ without becoming a XModifyListener yourself
class ModifyListenerCallBack_impl;
-class OOO_DLLPUBLIC_CHARTTOOLS ModifyListenerCallBack
+class OOO_DLLPUBLIC_CHARTTOOLS ModifyListenerCallBack final
{
public:
explicit ModifyListenerCallBack( const Link<void*,void>& rCallBack );
- virtual ~ModifyListenerCallBack();
+ ~ModifyListenerCallBack();
void startListening( const ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyBroadcaster >& xBroadcaster );
SAL_DLLPRIVATE void stopListening();