accessibility/source/extended/accessibletabbarbase.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 12ce6bbd537b6b6cb00f674dd5035d4389135c75 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Mon Dec 16 13:55:14 2024 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Mon Dec 16 19:07:42 2024 +0100 a11y: Drop unnecessary #ifndef check `ACCESSIBILITY_EXT_ACCESSIBLETABBARPAGELIST` isn't defined anywhere, so this check doesn't make any difference. Change-Id: I4f9c2ec1f7893158c4a9780acfa8d442924db6d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178587 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/accessibility/source/extended/accessibletabbarbase.cxx b/accessibility/source/extended/accessibletabbarbase.cxx index 1e213f0711fa..726699757e5c 100644 --- a/accessibility/source/extended/accessibletabbarbase.cxx +++ b/accessibility/source/extended/accessibletabbarbase.cxx @@ -18,9 +18,7 @@ */ #include <extended/accessibletabbarbase.hxx> -#ifndef ACCESSIBILITY_EXT_ACCESSIBLETABBARPAGELIST #include <extended/accessibletabbarpagelist.hxx> -#endif #include <svtools/tabbar.hxx> #include <vcl/vclevent.hxx>