summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/listboxaccessible.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/listboxaccessible.hxx')
-rw-r--r--accessibility/inc/extended/listboxaccessible.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/extended/listboxaccessible.hxx b/accessibility/inc/extended/listboxaccessible.hxx
index e93fa0225ad1..013644a5e064 100644
--- a/accessibility/inc/extended/listboxaccessible.hxx
+++ b/accessibility/inc/extended/listboxaccessible.hxx
@@ -53,7 +53,7 @@ namespace accessibility
protected:
virtual ~ListBoxAccessibleBase( );
- /** will be called when our window broadcasts the VCLEVENT_OBJECT_DYING event
+ /** will be called when our window broadcasts the VclEventId::ObjectDying event
<p>Usually, you derive your class from both ListBoxAccessibleBase and XComponent,
and call XComponent::dispose here.</p>