summaryrefslogtreecommitdiffstats
path: root/winaccessibility/inc/AccObjectContainerEventListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/inc/AccObjectContainerEventListener.hxx')
-rw-r--r--winaccessibility/inc/AccObjectContainerEventListener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/winaccessibility/inc/AccObjectContainerEventListener.hxx b/winaccessibility/inc/AccObjectContainerEventListener.hxx
index 94ce67cba093..6a89a117dce2 100644
--- a/winaccessibility/inc/AccObjectContainerEventListener.hxx
+++ b/winaccessibility/inc/AccObjectContainerEventListener.hxx
@@ -41,7 +41,7 @@ public:
virtual void HandleStateChangedEvent(
css::uno::Any oldValue, css::uno::Any newValue) override;
- //for visible data changed event, for shapes, the visiabledatachanged should be mapped to LOCATION_CHANGED
+ //for visible data changed event, for shapes, the visibledatachanged should be mapped to LOCATION_CHANGED
virtual void HandleVisibleDataChangedEvent() override;
};