diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-02 11:45:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-02 11:46:17 +0300 |
commit | 671746f57cd3337ba49a0be512080dd5b69e3d40 (patch) | |
tree | 5e1f8d73afae1402007fe2cf8ddcb012880ae031 /oox/source | |
parent | 1b075ea2cbeef67bf556cade80f2fcf8130be571 (diff) |
Use prefix
Change-Id: Id1ac9a800b58595771be22097d77d3a7c5a8862c
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/core/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/services.cxx b/oox/source/core/services.cxx index 16d1e5f05f40..aec65592db88 100644 --- a/oox/source/core/services.cxx +++ b/oox/source/core/services.cxx @@ -65,7 +65,7 @@ static ::cppu::ImplementationEntry const spServices[] = } // namespace -extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const char* pImplName, void* pServiceManager, void* pRegistryKey ) +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL oox_component_getFactory( const char* pImplName, void* pServiceManager, void* pRegistryKey ) { return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, spServices ); } |