diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 12:02:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 20:37:44 +0100 |
commit | feb5df31d4c27d53746d0bb25b5ff06c466d9db7 (patch) | |
tree | 1a1be1b8948c87508ffc9f2512a208f70445a730 /include/comphelper/componentmodule.hxx | |
parent | 4ea1f7363d68296219f371076a93d3e480289368 (diff) |
sal_Char->char in comphelper
Change-Id: I63488463f2255a013cb80a9318d22207cb0ed532
Reviewed-on: https://gerrit.libreoffice.org/85395
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper/componentmodule.hxx')
-rw-r--r-- | include/comphelper/componentmodule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/componentmodule.hxx b/include/comphelper/componentmodule.hxx index 277d0d483edf..cfffcb39b844 100644 --- a/include/comphelper/componentmodule.hxx +++ b/include/comphelper/componentmodule.hxx @@ -120,7 +120,7 @@ namespace comphelper /** version of getComponentFactory which directly takes the char argument you got in your component_getFactory call */ - void* getComponentFactory( const sal_Char* _pImplementationName ); + void* getComponentFactory( const char* _pImplementationName ); private: OModule( const OModule& ) = delete; |