test/source/a11y/accessibletestbase.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 24892ccbc2eaa943b3af904bb2bf4721361556aa Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Oct 30 15:47:50 2024 +0100 Commit: David Gilbert <freedesk...@treblig.org> CommitDate: Thu Oct 31 01:57:58 2024 +0100 Remove duplicated include Change-Id: Ie69536fca492f0e8fcd8da5c167429d0f3de42ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175830 Tested-by: Jenkins Reviewed-by: David Gilbert <freedesk...@treblig.org> diff --git a/test/source/a11y/accessibletestbase.cxx b/test/source/a11y/accessibletestbase.cxx index e80130810ab0..6a5d2e39e630 100644 --- a/test/source/a11y/accessibletestbase.cxx +++ b/test/source/a11y/accessibletestbase.cxx @@ -18,7 +18,6 @@ #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleAction.hpp> -#include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <com/sun/star/awt/XDialog2.hpp> #include <com/sun/star/awt/XExtendedToolkit.hpp> #include <com/sun/star/awt/XTopWindow.hpp>