summaryrefslogtreecommitdiff
path: root/dbaccess/inc/core_resource.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 14:25:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-18 17:40:48 +0100
commita783c1bb61ab888275241ff589a84d216ecbb3dc (patch)
tree46911279b4db0a3b2b3468700284f1167aa753a6 /dbaccess/inc/core_resource.hxx
parent685c9642c190c8d2585f46c058e950d279e0aa8f (diff)
sal_Char->char in dbaccess
Change-Id: I6cce128843d88bc453d171b2584ecf0dfffd1044 Reviewed-on: https://gerrit.libreoffice.org/85398 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/inc/core_resource.hxx')
-rw-r--r--dbaccess/inc/core_resource.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/inc/core_resource.hxx b/dbaccess/inc/core_resource.hxx
index 91ddb2df347c..8cddf133f029 100644
--- a/dbaccess/inc/core_resource.hxx
+++ b/dbaccess/inc/core_resource.hxx
@@ -53,7 +53,7 @@ namespace dbaccess
*/
static OUString loadString(
const char* pResId,
- const sal_Char* _pPlaceholderAscii,
+ const char* _pPlaceholderAscii,
const OUString& _rReplace
);
@@ -72,9 +72,9 @@ namespace dbaccess
*/
static OUString loadString(
const char* pResId,
- const sal_Char* _pPlaceholderAscii1,
+ const char* _pPlaceholderAscii1,
const OUString& _rReplace1,
- const sal_Char* _pPlaceholderAscii2,
+ const char* _pPlaceholderAscii2,
const OUString& _rReplace2
);
};