From 2d48f5fc0a4f7b5b8c9d3a4f4cc85d5f3a7e5053 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Dec 2016 13:26:09 +0200 Subject: convert VCLEVENT constants to scoped enum Change-Id: Ic8ccb0a9715ec05182dacddab2c015b0de6a0fba Reviewed-on: https://gerrit.libreoffice.org/31675 Tested-by: Jenkins Reviewed-by: Noel Grandin --- accessibility/inc/extended/listboxaccessible.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessibility/inc') 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

Usually, you derive your class from both ListBoxAccessibleBase and XComponent, and call XComponent::dispose here.

-- cgit