diff options
-rw-r--r-- | include/toolkit/awt/vclxaccessiblecomponent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx index aaf322c6477f..24003d5500f5 100644 --- a/include/toolkit/awt/vclxaccessiblecomponent.hxx +++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx @@ -44,7 +44,7 @@ class AccessibleRelationSetHelper; typedef ::cppu::ImplHelper1< css::lang::XServiceInfo > VCLXAccessibleComponent_BASE; -class TOOLKIT_DLLPUBLIC VCLXAccessibleComponent +class TOOLKIT_DLLPUBLIC SAL_LOPLUGIN_ANNOTATE("crosscast") VCLXAccessibleComponent :public comphelper::OAccessibleExtendedComponentHelper ,public VCLXAccessibleComponent_BASE { |