From 04203a26757d26814a18c3251d1a97f6ded64a62 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 11 Sep 2020 22:05:12 +0200 Subject: Replace remaining uses of sal_Char + remove sal_Char check on compilerplugins Change-Id: I0f7da14e620f0c3d031d038aa8345ba4080fb3e9 Change-Id: Ia6dba4f27b47bc9e0c89159182ad80a5aee17166 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102499 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sal/rtl/math.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/rtl') diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index 1115b6f174c8..b7dc1cbbc7f0 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -80,7 +80,7 @@ double const nCorrVal[] = { struct StringTraits { - typedef sal_Char Char; + typedef char Char; typedef rtl_String String; -- cgit