From e8527c6ffa8b346a0a8a84a6b81e538cd7733ebe Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 22 Dec 2019 12:41:03 +0200 Subject: sal_Char->char in sd Change-Id: I1fb2b9e7e3e4666e1fad4f36cda5c7b24e0f1ebf Reviewed-on: https://gerrit.libreoffice.org/85691 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/unoidl/facreg.cxx | 2 +- sd/source/ui/unoidl/unopage.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/unoidl') diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx index 9314a60b4fe2..6fffe8a3bec5 100644 --- a/sd/source/ui/unoidl/facreg.cxx +++ b/sd/source/ui/unoidl/facreg.cxx @@ -61,7 +61,7 @@ extern "C" { SAL_DLLPUBLIC_EXPORT void * sd_component_getFactory( - const sal_Char * pImplName, + const char * pImplName, void * pServiceManager, void * ) { diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx index f478a828e8e5..e728f0fb9e05 100644 --- a/sd/source/ui/unoidl/unopage.cxx +++ b/sd/source/ui/unoidl/unopage.cxx @@ -100,7 +100,7 @@ enum WID_PAGE } -static sal_Char const sEmptyPageName[sizeof("page")] = "page"; +static char const sEmptyPageName[sizeof("page")] = "page"; // this function stores the property maps for draw pages in impress and draw static const SvxItemPropertySet* ImplGetDrawPagePropertySet( bool bImpress, PageKind ePageKind ) -- cgit