diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-28 14:37:59 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-07-28 14:37:59 +0200 |
commit | 7e5b4be4cf6f699ec8fcfa8fb9cb35d5782b2f41 (patch) | |
tree | 48acfeb72d0775ae5729a8e4c7f94d78be3df589 /sd/source/ui/unoidl | |
parent | 58707d613f0fdd7e80cde7502195d7d0112fa3a4 (diff) |
add prefixes for component_getFactory
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r-- | sd/source/ui/unoidl/detreg.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/unoidl/facreg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/detreg.cxx b/sd/source/ui/unoidl/detreg.cxx index 92fb91fe1d17..4f0c168e861e 100644 --- a/sd/source/ui/unoidl/detreg.cxx +++ b/sd/source/ui/unoidl/detreg.cxx @@ -42,7 +42,7 @@ using namespace ::com::sun::star::lang; extern "C" { -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void* SAL_CALL sdd_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* ) diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx index 563c374286c9..f086164ef393 100644 --- a/sd/source/ui/unoidl/facreg.cxx +++ b/sd/source/ui/unoidl/facreg.cxx @@ -297,7 +297,7 @@ static ::boost::shared_ptr<FactoryMap> spFactoryMap; extern "C" { -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL sd_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) |