summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-09-26 18:58:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-09-26 20:16:04 +0200
commit55219f771cd4e255a079cb4272f640807c805e0f (patch)
treed5a97a7bbf124c3ed09ae509ad2c65ec3c55c1d7 /toolkit
parent920ca8c8eea0ccd40f42d3d72a3c43f59e6373e8 (diff)
Fix typo
Change-Id: I0a2bab10b739a5e2462f53826cc77dd25abd9959 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140625 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxaccessiblecomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index 5d3b15653ba3..7fbb1ea1ccd6 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -185,7 +185,7 @@ void VCLXAccessibleComponent::ProcessWindowChildEvent( const VclWindowEvent& rVc
xAcc = GetChildAccessible( rVclWindowEvent );
if( xAcc.is() )
{
- // send send state change event for SHOWING before sending the CHILD event below,
+ // send state change event for SHOWING before sending the CHILD event below,
// since that one results in a11y event listeners getting removed
uno::Reference<XAccessibleContext> xChildContext = xAcc->getAccessibleContext();
if (xChildContext.is())