summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 12:41:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 15:49:49 +0100
commite8527c6ffa8b346a0a8a84a6b81e538cd7733ebe (patch)
treec9b66a2ed6b9f503fcd220e85ab6b5e47c176785 /sd/source/ui/unoidl
parent6873e0a969948a96679f667400da4eaa4ef2cc07 (diff)
sal_Char->char in sd
Change-Id: I1fb2b9e7e3e4666e1fad4f36cda5c7b24e0f1ebf Reviewed-on: https://gerrit.libreoffice.org/85691 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/facreg.cxx2
-rw-r--r--sd/source/ui/unoidl/unopage.cxx2
2 files changed, 2 insertions, 2 deletions
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 )