summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccWindowEventListener.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:27:36 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-18 12:29:18 +0100
commit65717f77c43ca7cbf91e4c158d643a02a181e439 (patch)
treefde79d472210f884b905f6a5187c700eca615c60 /winaccessibility/inc/AccWindowEventListener.hxx
parentb9e9ac51a731a1b9515d935fd543218b2ee107c1 (diff)
tdf#123936 Formatting files in module winaccessibility with clang-format
Change-Id: I9d5b9697cb241b306d0614fb563feb5594c19887 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105729 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'winaccessibility/inc/AccWindowEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccWindowEventListener.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/winaccessibility/inc/AccWindowEventListener.hxx b/winaccessibility/inc/AccWindowEventListener.hxx
index aad49d9d731d..a29e865cb482 100644
--- a/winaccessibility/inc/AccWindowEventListener.hxx
+++ b/winaccessibility/inc/AccWindowEventListener.hxx
@@ -25,29 +25,27 @@
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp>
-
/**
* AccWindowEventListener is inherited from AccEventListener. It handles the events
* generated by Dialogs. The accessible role is: WINDOW.
* It defines the procedure of specific event handling related with windows and provides
* the detailed support for some related methods.
*/
-class AccWindowEventListener: public AccEventListener
+class AccWindowEventListener : public AccEventListener
{
public:
AccWindowEventListener(css::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent);
virtual ~AccWindowEventListener() override;
// XAccessibleEventListener
- virtual void SAL_CALL notifyEvent( const css::accessibility::AccessibleEventObject& aEvent ) override;
+ virtual void SAL_CALL
+ notifyEvent(const css::accessibility::AccessibleEventObject& aEvent) override;
//for child changed event
- virtual void HandleChildChangedEvent(
- css::uno::Any oldValue, css::uno::Any newValue);
+ virtual void HandleChildChangedEvent(css::uno::Any oldValue, css::uno::Any newValue);
//state changed
virtual void SetComponentState(short state, bool enable) override;
-
};
#endif // INCLUDED_WINACCESSIBILITY_INC_ACCWINDOWEVENTLISTENER_HXX