summaryrefslogtreecommitdiff
path: root/winaccessibility/inc/AccObjectContainerEventListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/inc/AccObjectContainerEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccObjectContainerEventListener.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/inc/AccObjectContainerEventListener.hxx b/winaccessibility/inc/AccObjectContainerEventListener.hxx
index 5faf38e81d39..e52b59577949 100644
--- a/winaccessibility/inc/AccObjectContainerEventListener.hxx
+++ b/winaccessibility/inc/AccObjectContainerEventListener.hxx
@@ -39,10 +39,10 @@ public:
virtual ~AccObjectContainerEventListener();
virtual void HandleStateChangedEvent(
- css::uno::Any oldValue, css::uno::Any newValue) SAL_OVERRIDE;
+ css::uno::Any oldValue, css::uno::Any newValue) override;
//for visible data changed event, for shapes, the visiabledatachanged should be mapped to LOCATION_CHANGED
- virtual void HandleVisibleDataChangedEvent() SAL_OVERRIDE;
+ virtual void HandleVisibleDataChangedEvent() override;
};
#endif