diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 13:34:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 20:38:03 +0100 |
commit | 386bb99bf666c341af51df11ce11fa8d7d95a8ed (patch) | |
tree | 7af84948a91243fd76f8b1d16bd3cda688b4d375 /connectivity/source/drivers/mozab | |
parent | feb5df31d4c27d53746d0bb25b5ff06c466d9db7 (diff) |
sal_Char->char in connectivity
Change-Id: Ie32cbef9b03d69044c401f79bc737cde6dd0ed5d
Reviewed-on: https://gerrit.libreoffice.org/85396
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/mozab')
-rw-r--r-- | connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx b/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx index 615760506b08..a5cffdaa2d3e 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap.cxx @@ -152,7 +152,7 @@ static Reference< XInterface > createInstance( const Reference< XMultiServiceFac } extern "C" SAL_DLLPUBLIC_EXPORT void* mozbootstrap_component_getFactory( - const sal_Char* pImplementationName, + const char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/) { |