This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch icu-c-api in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 0772e5bf55773e323e80a0c983d6d71ef83bd3a3 Author: Damjan Jovanovic <[email protected]> AuthorDate: Thu May 1 10:51:52 2025 +0200 cui does not really use ICU as a dependency. Patch by: me --- main/cui/Library_cui.mk | 2 -- main/cui/inc/pch/precompiled_cui.hxx | 1 - 2 files changed, 3 deletions(-) diff --git a/main/cui/Library_cui.mk b/main/cui/Library_cui.mk index dbeb4dd88b..5e5247751c 100644 --- a/main/cui/Library_cui.mk +++ b/main/cui/Library_cui.mk @@ -94,8 +94,6 @@ $(eval $(call gb_Library_add_linked_libs,cui,\ )) endif -$(call gb_Library_use_external,cui,icuuc) - $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/customize/acccfg \ cui/source/customize/cfg \ diff --git a/main/cui/inc/pch/precompiled_cui.hxx b/main/cui/inc/pch/precompiled_cui.hxx index 0e8f2d1903..7f6e0b4044 100644 --- a/main/cui/inc/pch/precompiled_cui.hxx +++ b/main/cui/inc/pch/precompiled_cui.hxx @@ -884,7 +884,6 @@ #include "ucbhelper/configurationkeys.hxx" #include "ucbhelper/content.hxx" #include "ucbhelper/contentbroker.hxx" -#include "unicode/ubidi.h" #include "uno/lbnames.h" #include "uno/mapping.hxx" #include "unotools/accessiblerelationsethelper.hxx"
