summaryrefslogtreecommitdiff
path: root/extensions/source/update/feed
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-10-01 23:00:13 +0300
committerTor Lillqvist <tml@iki.fi>2012-10-01 23:05:37 +0300
commit616023b7a73511a73fcc88e8ebfdcd4bb050812e (patch)
treeee759c60196a3caf597a56706157b70f2a307487 /extensions/source/update/feed
parent28f128f037d627d08322ac1524dc04b65043790a (diff)
Use prefix
Change-Id: Ica989983b36ff4df7f6d6ab529c3bc0efef984e1
Diffstat (limited to 'extensions/source/update/feed')
-rw-r--r--extensions/source/update/feed/updatefeed.component2
-rw-r--r--extensions/source/update/feed/updatefeed.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/update/feed/updatefeed.component b/extensions/source/update/feed/updatefeed.component
index 2d53ff5f9398..f43afc11cb29 100644
--- a/extensions/source/update/feed/updatefeed.component
+++ b/extensions/source/update/feed/updatefeed.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="updatefeed"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="vnd.sun.UpdateInformationProvider">
<service name="com.sun.star.deployment.UpdateInformationProvider"/>
diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx
index d1db88cbcea1..310bbe86d864 100644
--- a/extensions/source/update/feed/updatefeed.cxx
+++ b/extensions/source/update/feed/updatefeed.cxx
@@ -822,7 +822,7 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
//------------------------------------------------------------------------------
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(const sal_Char *pszImplementationName, void *pServiceManager, void *pRegistryKey)
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL updatefeed_component_getFactory(const sal_Char *pszImplementationName, void *pServiceManager, void *pRegistryKey)
{
return cppu::component_getFactoryHelper(
pszImplementationName,