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 16133adccfe1067d13d391af3e1139e84b716710 Author: Damjan Jovanovic <[email protected]> AuthorDate: Thu May 1 10:53:46 2025 +0200 Allow svtools to link with newer ICU versions, by only importing its C API. Patch by: me --- main/svtools/source/edit/texteng.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/svtools/source/edit/texteng.cxx b/main/svtools/source/edit/texteng.cxx index 82366e0920..17f8856a3a 100644 --- a/main/svtools/source/edit/texteng.cxx +++ b/main/svtools/source/edit/texteng.cxx @@ -67,6 +67,8 @@ #include <vcl/unohelp.hxx> #include <vcl/metric.hxx> +#define U_SHOW_CPLUSPLUS_API 0 +#define U_SHOW_CPLUSPLUS_HEADER_API 0 #include <unicode/ubidi.h> using namespace ::com::sun::star;
