summaryrefslogtreecommitdiffstats
path: root/i18npool/inc/textToPronounce_zh.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:42:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 12:05:51 +0100
commit821bdf5f7980de0c67ac17f275d3d2e0710ec6a5 (patch)
tree2b801c3be46b3975804edeeae6b7ffea7508771e /i18npool/inc/textToPronounce_zh.hxx
parentthese .ui no longer need special handling (diff)
downloadcore-821bdf5f7980de0c67ac17f275d3d2e0710ec6a5.tar.gz
core-821bdf5f7980de0c67ac17f275d3d2e0710ec6a5.zip
sal_Char->char in formula..i18npool
Change-Id: I765979f41842befcf25909944100d1caa97f81a8 Reviewed-on: https://gerrit.libreoffice.org/85476 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'i18npool/inc/textToPronounce_zh.hxx')
-rw-r--r--i18npool/inc/textToPronounce_zh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/textToPronounce_zh.hxx b/i18npool/inc/textToPronounce_zh.hxx
index 931817b9075a..df948148c315 100644
--- a/i18npool/inc/textToPronounce_zh.hxx
+++ b/i18npool/inc/textToPronounce_zh.hxx
@@ -35,7 +35,7 @@ protected:
public:
#ifndef DISABLE_DYNLOADING
- TextToPronounce_zh(const sal_Char* func_name);
+ TextToPronounce_zh(const char* func_name);
#else
TextToPronounce_zh(sal_uInt16 ** (*function)());
#endif