diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-18 01:03:12 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-18 14:15:27 +0200 |
commit | 15f482b1e9aff47a366a1cb1666fb4aabea49912 (patch) | |
tree | 30e4f4e3ff2639e93cad687ec6e40861b8669483 /xmlscript/source/misc | |
parent | c902dc86556e640532cb857385b75c2bdb60bb2b (diff) |
Add prefixes for some component_getFactory functions
Diffstat (limited to 'xmlscript/source/misc')
-rw-r--r-- | xmlscript/source/misc/unoservices.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx index d795ee65ab9e..d6f03b789c39 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -106,7 +106,7 @@ namespace xmlscript extern "C" { - SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( + SAL_DLLPUBLIC_EXPORT void * SAL_CALL xcr_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return ::cppu::component_getFactoryHelper( |