summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 21:01:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-23 07:40:35 +0100
commit3f8fc1a384cafdb61a2cfc654d1641f81d58bb34 (patch)
tree7d9cb82ac41714b9278d3520dfb2e642d66e4329 /svx/source/unodraw
parent2976a37ff7039d521c4d15a8387e9db9b27f89d8 (diff)
sal_Char->char in svx
Change-Id: If7fb907575640b95399419beee5af6cfbd5fafb2 Reviewed-on: https://gerrit.libreoffice.org/85714 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unoshap2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 688fd1b29ee6..4c3a1bcbd963 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -593,10 +593,10 @@ void SAL_CALL SvxShapeControl::setControl( const Reference< awt::XControlModel >
static struct
{
- const sal_Char* mpAPIName;
+ const char* mpAPIName;
sal_uInt16 const mnAPINameLen;
- const sal_Char* mpFormName;
+ const char* mpFormName;
sal_uInt16 const mnFormNameLen;
}
const SvxShapeControlPropertyMapping[] =