diff options
-rw-r--r-- | jurt/source/pipe/staticsalhack.cxx | 3 | ||||
-rw-r--r-- | solenv/clang-format/excludelist | 1 |
2 files changed, 1 insertions, 3 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(); } diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 881753235abc..78ce6e8527d8 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -7409,7 +7409,6 @@ javaunohelper/source/preload.cxx javaunohelper/source/vm.cxx javaunohelper/source/vm.hxx jurt/source/pipe/com_sun_star_lib_connections_pipe_PipeConnection.c -jurt/source/pipe/staticsalhack.cxx jurt/source/pipe/wrapper/wrapper.c jvmaccess/source/classpath.cxx jvmaccess/source/unovirtualmachine.cxx |