From 40a7abaab8bead1b1f04774324b7d652ce7f75f1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 23 Dec 2019 10:21:49 +0200 Subject: sal_Char->char in sw Change-Id: I63fb87a8e8eaf9c9da7bf7b8b6f5706222ffcc07 Reviewed-on: https://gerrit.libreoffice.org/85730 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/source/filter/xml/xmltexti.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/xml/xmltexti.cxx') diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index 00a6537e43d6..4a3fd2437ea4 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -72,7 +72,7 @@ namespace { struct XMLServiceMapEntry_Impl { - const sal_Char *sFilterService; + const char *sFilterService; sal_Int32 const nFilterServiceLen; sal_uInt32 const n1; -- cgit