diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 15:18:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-01 15:56:56 +0300 |
commit | 67081cdf67976a6478b406b6aadca6325691e605 (patch) | |
tree | 21d5f59fbb4f0df067533cc5f7861d0e56b9b880 /avmedia/source/framework | |
parent | cc1a1123dbed3c13180fbd43328168008692f224 (diff) |
Use prefixes for the components here
Change-Id: I7bebc936cdb489331c82690c244f72e9c3619b10
Diffstat (limited to 'avmedia/source/framework')
-rw-r--r-- | avmedia/source/framework/soundhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx index e6aee2b4aa75..1eae3551ee15 100644 --- a/avmedia/source/framework/soundhandler.cxx +++ b/avmedia/source/framework/soundhandler.cxx @@ -446,7 +446,7 @@ IMPL_LINK_NOARG(SoundHandler, implts_PlayerNotify) } // namespace framework -extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/ ) +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL avmedia_component_getFactory(const sal_Char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/ ) { void* pReturn = NULL; if (pServiceManager != NULL ) |