diff options
author | Matus Kukan <matus.kukan@gmail.com> | 2011-06-24 14:53:52 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-06-24 14:58:26 +0100 |
commit | 25aeecfdc86de22e2ec29a9ed9a043b4af8542ab (patch) | |
tree | 88f7abffde1f4dec84d9640ebe16a38cbf497a55 /fileaccess/source | |
parent | 44f80498068bfdbbea42331374ba0923b1d8a49c (diff) |
update component factory methods to use new prefixes, to add lib merging
Diffstat (limited to 'fileaccess/source')
-rw-r--r-- | fileaccess/source/FileAccess.cxx | 4 | ||||
-rwxr-xr-x | fileaccess/source/fileacc.component | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx index 1644c2724bbe..aa00c7447957 100644 --- a/fileaccess/source/FileAccess.cxx +++ b/fileaccess/source/FileAccess.cxx @@ -866,13 +866,13 @@ Sequence< rtl::OUString > FileAccess_getSupportedServiceNames() extern "C" { //================================================================================================== -SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( +SAL_DLLPUBLIC_EXPORT void SAL_CALL fileacc_component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //================================================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL fileacc_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; diff --git a/fileaccess/source/fileacc.component b/fileaccess/source/fileacc.component index 3f14d4053216..f580c4b2eee1 100755 --- a/fileaccess/source/fileacc.component +++ b/fileaccess/source/fileacc.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="fileacc" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.ucb.SimpleFileAccess"> <service name="com.sun.star.ucb.SimpleFileAccess"/> |