diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-04-15 08:36:13 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-04-15 09:12:08 -0400 |
commit | cd79d51420b90117d0f3e1d5f3cdf9187bd61b88 (patch) | |
tree | e526d0c548f67baf0b3fcd7e23f69814816709b5 /shell | |
parent | d8b8530d4b920618e188bdfbe8e17d0a150df692 (diff) |
prefix all component_getFactory methods
Change-Id: I954176fdab9103125444dd2fb397673406f7aff9
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/sessioninstall/losessioninstall.component | 2 | ||||
-rw-r--r-- | shell/source/sessioninstall/services.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/sessioninstall/losessioninstall.component b/shell/source/sessioninstall/losessioninstall.component index d01c357ef6cb..8045b93b92fb 100644 --- a/shell/source/sessioninstall/losessioninstall.component +++ b/shell/source/sessioninstall/losessioninstall.component @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. * --> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="sessioninstall" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="org.libreoffice.comp.shell.sessioninstall.SyncDbusSessionHelper"> <service name="org.freedesktop.PackageKit.SyncDbusSessionHelper"/> diff --git a/shell/source/sessioninstall/services.cxx b/shell/source/sessioninstall/services.cxx index caf332197a96..5b6f1f23c52a 100644 --- a/shell/source/sessioninstall/services.cxx +++ b/shell/source/sessioninstall/services.cxx @@ -23,7 +23,7 @@ const sdecl::ServiceDecl SyncDbusSessionHelperServiceDecl( COMPHELPER_SERVICEDECL_EXPORTS1(losessioninstall, SyncDbusSessionHelperServiceDecl); extern "C" { - SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( sal_Char const* pImplName, ::com::sun::star::lang::XMultiServiceFactory* pServiceManager, ::com::sun::star::registry::XRegistryKey* pRegistryKey ) + SAL_DLLPUBLIC_EXPORT void* SAL_CALL sessioninstall_component_getFactory( sal_Char const* pImplName, ::com::sun::star::lang::XMultiServiceFactory* pServiceManager, ::com::sun::star::registry::XRegistryKey* pRegistryKey ) { return losessioninstall_component_getFactory(pImplName, pServiceManager, pRegistryKey); } } |