summaryrefslogtreecommitdiff
path: root/include/svx/svdview.hxx
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 /include/svx/svdview.hxx
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 'include/svx/svdview.hxx')
-rw-r--r--include/svx/svdview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index 6712c79fafc0..e59c2bbb4825 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -240,7 +240,7 @@ public:
// and to create own derivations of ObjectContact
virtual sdr::contact::ObjectContact* createViewSpecificObjectContact(
SdrPageWindow& rPageWindow,
- const sal_Char* pDebugName) const;
+ const char* pDebugName) const;
};
// First of all the app creates a SdrModel.