summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/wrtxml.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-23 10:21:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-23 10:50:52 +0100
commit40a7abaab8bead1b1f04774324b7d652ce7f75f1 (patch)
tree4aaed5c2679c23357cd64177514480ab4080975f /sw/source/filter/xml/wrtxml.cxx
parent68a5afaaabd0c75bba3439cfdff90fb75d1cdd3f (diff)
sal_Char->char in sw
Change-Id: I63fb87a8e8eaf9c9da7bf7b8b6f5706222ffcc07 Reviewed-on: https://gerrit.libreoffice.org/85730 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/wrtxml.cxx')
-rw-r--r--sw/source/filter/xml/wrtxml.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx
index d101d613219e..d0d5b1e48094 100644
--- a/sw/source/filter/xml/wrtxml.cxx
+++ b/sw/source/filter/xml/wrtxml.cxx
@@ -465,9 +465,9 @@ ErrCode SwXMLWriter::Write( SwPaM& rPaM, SfxMedium& rMed,
bool SwXMLWriter::WriteThroughComponent(
const uno::Reference<XComponent> & xComponent,
- const sal_Char* pStreamName,
+ const char* pStreamName,
const uno::Reference<uno::XComponentContext> & rxContext,
- const sal_Char* pServiceName,
+ const char* pServiceName,
const Sequence<Any> & rArguments,
const Sequence<beans::PropertyValue> & rMediaDesc )
{
@@ -524,7 +524,7 @@ bool SwXMLWriter::WriteThroughComponent(
const uno::Reference<io::XOutputStream> & xOutputStream,
const uno::Reference<XComponent> & xComponent,
const uno::Reference<XComponentContext> & rxContext,
- const sal_Char* pServiceName,
+ const char* pServiceName,
const Sequence<Any> & rArguments,
const Sequence<PropertyValue> & rMediaDesc )
{