diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 12:27:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 15:49:36 +0100 |
commit | 6873e0a969948a96679f667400da4eaa4ef2cc07 (patch) | |
tree | 0ab7f225de65c7a3729d53b46c263404d35a3098 /sc/source/ui/vba/service.cxx | |
parent | 494e6a082c0186d7e54bc718439f79ed29471614 (diff) |
sal_Char->char in sc
Change-Id: I7e212a36898e71b03db88053647bfeee12a49cb5
Reviewed-on: https://gerrit.libreoffice.org/85690
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/vba/service.cxx')
-rw-r--r-- | sc/source/ui/vba/service.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/service.cxx b/sc/source/ui/vba/service.cxx index 9ff35e3a70a9..dab8e9d4db62 100644 --- a/sc/source/ui/vba/service.cxx +++ b/sc/source/ui/vba/service.cxx @@ -31,7 +31,7 @@ namespace sdecl = comphelper::service_decl; extern "C" { SAL_DLLPUBLIC_EXPORT void * vbaobj_component_getFactory( - const sal_Char * pImplName, void *, void *) + const char * pImplName, void *, void *) { void* pRet = sdecl::component_getFactoryHelper( pImplName, {&range::serviceDecl, &workbook::serviceDecl, &worksheet::serviceDecl, &window::serviceDecl, &hyperlink::serviceDecl, &application::serviceDecl} ); |