diff options
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/source/pipe/staticsalhack.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jurt/source/pipe/staticsalhack.cxx b/jurt/source/pipe/staticsalhack.cxx index 2bcc53e85e9a..1f77ee9cba6e 100644 --- a/jurt/source/pipe/staticsalhack.cxx +++ b/jurt/source/pipe/staticsalhack.cxx @@ -70,8 +70,7 @@ // defined for ANDROID (in ANDROID-specific sal/textenc/tables.cxx); would even // work to leave it undefined for LINUX due to no '-z defs' under -fsanitize=* // (solenv/gbuild/platform/linux.mk), but not for MACOSX: -extern "C" ImplTextEncodingData const * sal_getFullTextEncodingData( - rtl_TextEncoding) +extern "C" ImplTextEncodingData const* sal_getFullTextEncodingData(rtl_TextEncoding) { std::abort(); } |