summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/complextoolbarcontrols
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:50:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 10:35:21 +0100
commit5b97250bfc158fcd2726a670af710eb6a9235490 (patch)
tree6c35aead255afbb346c2167933db1ebc7661b3b3 /odk/examples/cpp/complextoolbarcontrols
parentb2098c3ac42f761306e5e565a9c96185e8d2cd41 (diff)
sal_Char->char in lotuswordpro..odk
Change-Id: I5a7bd149554d24276a67437b654f8ffd2610a276 Reviewed-on: https://gerrit.libreoffice.org/85478 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'odk/examples/cpp/complextoolbarcontrols')
-rw-r--r--odk/examples/cpp/complextoolbarcontrols/exports.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/complextoolbarcontrols/exports.cxx b/odk/examples/cpp/complextoolbarcontrols/exports.cxx
index 35a4f3910128..c88013b6424c 100644
--- a/odk/examples/cpp/complextoolbarcontrols/exports.cxx
+++ b/odk/examples/cpp/complextoolbarcontrols/exports.cxx
@@ -26,7 +26,7 @@
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* pImplName ,
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const char* pImplName ,
void* pServiceManager,
void* pRegistryKey )
{