summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccTableEventListener.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/AccTableEventListener.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/AccTableEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccTableEventListener.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/winaccessibility/inc/AccTableEventListener.hxx b/winaccessibility/inc/AccTableEventListener.hxx
index d9bf2926b0f8..b22ce3b2dc25 100644
--- a/winaccessibility/inc/AccTableEventListener.hxx
+++ b/winaccessibility/inc/AccTableEventListener.hxx
@@ -25,28 +25,26 @@
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <com/sun/star/accessibility/XAccessible.hpp>
-
/**
* AccTableEventListener is inherited from AccDescendantManagerEventListener. It handles
* the events generated by tree controls. The accessible role is: TABLE.
* It defines the procedure of specific event handling related with table components
* and provides the detailed support for some related methods.
*/
-class AccTableEventListener: public AccDescendantManagerEventListener
+class AccTableEventListener : public AccDescendantManagerEventListener
{
public:
AccTableEventListener(css::accessibility::XAccessible* pAcc, AccObjectManagerAgent* Agent);
virtual ~AccTableEventListener() 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 active descendant changed event
- virtual void HandleActiveDescendantChangedEvent(
- css::uno::Any oldValue, css::uno::Any newValue);
+ virtual void HandleActiveDescendantChangedEvent(css::uno::Any oldValue, css::uno::Any newValue);
void HandleTableModelChangeEvent(css::uno::Any newValue);
-
};
#endif // INCLUDED_WINACCESSIBILITY_INC_ACCTABLEEVENTLISTENER_HXX