summaryrefslogtreecommitdiff
path: root/filter/source/graphic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:19:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:02:45 +0100
commit343408484c4610e34c793e2dc0ed87d2b772d23b (patch)
tree1e9c031d332130dca560ca0d1eb63336dc71c30d /filter/source/graphic
parentbd9d2c3205af57dc6ae9821a3bc9c098bf97dba1 (diff)
sal_Char->char in filter
Change-Id: I0cec9d1f552e3350e2a2748861447a8f0afa64e8 Reviewed-on: https://gerrit.libreoffice.org/85474 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/graphic')
-rw-r--r--filter/source/graphic/Services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/graphic/Services.cxx b/filter/source/graphic/Services.cxx
index a7abd8828844..49c86b5a8f92 100644
--- a/filter/source/graphic/Services.cxx
+++ b/filter/source/graphic/Services.cxx
@@ -30,7 +30,7 @@ const comphelper::service_decl::ServiceDecl graphicExportFilter(
extern "C" SAL_DLLPUBLIC_EXPORT void* graphicfilter_component_getFactory(
- sal_Char const* pImplementationName, void*, void*)
+ char const* pImplementationName, void*, void*)
{
if ( rtl_str_compare (pImplementationName, GRAPHIC_EXPORT_FILTER_SERVICE) == 0 )
{