summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccWindowEventListener.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-14 16:43:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-15 07:59:24 +0000
commitf8854116e1c3bbe971dcb754f7db501d5302b651 (patch)
treea9e59bebff027d39c756c6b89d9b65e5533e834e /winaccessibility/inc/AccWindowEventListener.hxx
parentdd63b7431164cbc7de5ac62df44aeba344c009c5 (diff)
clang-cl loplugin: winaccessibility
Change-Id: I40f8a6fef9d66b28a1d72551a6873b041b38b09d Reviewed-on: https://gerrit.libreoffice.org/29840 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'winaccessibility/inc/AccWindowEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccWindowEventListener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccWindowEventListener.hxx b/winaccessibility/inc/AccWindowEventListener.hxx
index 9c01afa5859c..e6d4582d56e1 100644
--- a/winaccessibility/inc/AccWindowEventListener.hxx
+++ b/winaccessibility/inc/AccWindowEventListener.hxx
@@ -36,7 +36,7 @@ class AccWindowEventListener: public AccEventListener
{
public:
AccWindowEventListener(css::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent);
- virtual ~AccWindowEventListener();
+ virtual ~AccWindowEventListener() override;
// XAccessibleEventListener
virtual void SAL_CALL notifyEvent( const css::accessibility::AccessibleEventObject& aEvent ) throw (css::uno::RuntimeException) override;