diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 09:50:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 10:35:21 +0100 |
commit | 5b97250bfc158fcd2726a670af710eb6a9235490 (patch) | |
tree | 6c35aead255afbb346c2167933db1ebc7661b3b3 /odk/examples/cpp/complextoolbarcontrols | |
parent | b2098c3ac42f761306e5e565a9c96185e8d2cd41 (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.cxx | 2 |
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 ) { |