From 3f8fc1a384cafdb61a2cfc654d1641f81d58bb34 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 22 Dec 2019 21:01:59 +0200 Subject: sal_Char->char in svx Change-Id: If7fb907575640b95399419beee5af6cfbd5fafb2 Reviewed-on: https://gerrit.libreoffice.org/85714 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/sdr/contact/objectcontactofpageview.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/contact/objectcontactofpageview.hxx b/include/svx/sdr/contact/objectcontactofpageview.hxx index 020b454cce87..3d4623de2812 100644 --- a/include/svx/sdr/contact/objectcontactofpageview.hxx +++ b/include/svx/sdr/contact/objectcontactofpageview.hxx @@ -48,7 +48,7 @@ namespace sdr // basic constructor, used from SdrPageView. explicit ObjectContactOfPageView(SdrPageWindow& rPageWindow, - const sal_Char *pDebugName); + const char *pDebugName); virtual ~ObjectContactOfPageView() override; // LazyInvalidate request. This is used from the VOCs to mark that they -- cgit