diff options
author | Philipp Hofer <philipp.hofer@protonmail.com> | 2020-11-12 13:26:56 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-11-22 01:55:18 +0100 |
commit | 58d98a08aee7bf027c109eeb94183d24351827fa (patch) | |
tree | 4cdfd20f56d097e77f79286dfcc379eca25aa12a /vcl/workben | |
parent | a65141b2b46ad8150bafca4629b0ef924978a201 (diff) |
tdf#123936 Formatting files in module vcl with clang-format
Change-Id: Ia162ad5b7499c0ddfdbfca59ae76b81335ce2d45
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105728
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/localestub/localestub.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/workben/localestub/localestub.cxx b/vcl/workben/localestub/localestub.cxx index 66942f1c6180..64c7d7c37312 100644 --- a/vcl/workben/localestub/localestub.cxx +++ b/vcl/workben/localestub/localestub.cxx @@ -15,11 +15,11 @@ extern "C" const sal_Unicode* getSTC_CharData_S2V() { return nullptr; } extern "C" const sal_uInt16* getSTC_CharIndex_S2V() { return nullptr; } extern "C" const sal_Unicode* getSTC_CharData_S2T() { return nullptr; } extern "C" const sal_uInt16* getSTC_CharIndex_S2T() { return nullptr; } -extern "C" const sal_Unicode *getSTC_WordData(sal_Int32&) { return nullptr; } -extern "C" const sal_uInt16 *getSTC_WordIndex_T2S(sal_Int32&) { return nullptr; } -extern "C" const sal_uInt16 *getSTC_WordEntry_T2S() { return nullptr; } -extern "C" const sal_uInt16 *getSTC_WordIndex_S2T(sal_Int32&) { return nullptr; } -extern "C" const sal_uInt16 *getSTC_WordEntry_S2T() { return nullptr; } +extern "C" const sal_Unicode* getSTC_WordData(sal_Int32&) { return nullptr; } +extern "C" const sal_uInt16* getSTC_WordIndex_T2S(sal_Int32&) { return nullptr; } +extern "C" const sal_uInt16* getSTC_WordEntry_T2S() { return nullptr; } +extern "C" const sal_uInt16* getSTC_WordIndex_S2T(sal_Int32&) { return nullptr; } +extern "C" const sal_uInt16* getSTC_WordEntry_S2T() { return nullptr; } extern "C" sal_uInt16** get_zh_zhuyin() { return nullptr; } extern "C" sal_uInt16** get_zh_pinyin() { return nullptr; } extern "C" const sal_Unicode* getHangul2HanjaData() { return nullptr; } |