summaryrefslogtreecommitdiff
path: root/include/rtl/strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rtl/strbuf.h')
-rw-r--r--include/rtl/strbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/strbuf.h b/include/rtl/strbuf.h
index 7bd11e895085..872abb90b7cb 100644
--- a/include/rtl/strbuf.h
+++ b/include/rtl/strbuf.h
@@ -42,7 +42,7 @@ extern "C" {
*/
SAL_DLLPUBLIC void SAL_CALL rtl_stringbuffer_newFromStr_WithLength(
rtl_String ** newStr,
- const sal_Char * value,
+ const char * value,
sal_Int32 count);
/**
@@ -110,7 +110,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_stringbuffer_insert(
rtl_String ** This,
sal_Int32 * capacity,
sal_Int32 offset,
- const sal_Char * str,
+ const char * str,
sal_Int32 len);
/**