diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-09-11 22:05:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-09-12 13:36:42 +0200 |
commit | 04203a26757d26814a18c3251d1a97f6ded64a62 (patch) | |
tree | 80962f43d3b46e8670ad49068a1a6e8459c22f39 /include/rtl/ustrbuf.h | |
parent | 05d5062dca095f2e53de26db41edeb0b1279138b (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/rtl/ustrbuf.h')
-rw-r--r-- | include/rtl/ustrbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ustrbuf.h b/include/rtl/ustrbuf.h index 9c24724f540e..d2cc2f752fc6 100644 --- a/include/rtl/ustrbuf.h +++ b/include/rtl/ustrbuf.h @@ -157,7 +157,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uStringbuffer_insert_ascii( /*inout*/rtl_uString ** This, /*inout*/sal_Int32 * capacity, sal_Int32 offset, - const sal_Char * str, + const char * str, sal_Int32 len); /** |