diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-21 17:37:14 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-26 11:46:52 +0200 |
commit | 81a244a56a1d943b01d3b0b71fc657d22fd1eb35 (patch) | |
tree | a8e7f21b172a7b4a12bd77118f9fb5b533edd707 /stoc/source/invocation_adapterfactory | |
parent | 5c87937273c93ff9e9630f9b718fc911bb1665f9 (diff) |
stoc: add more component prefixes
Except bootstrap, javaloader and javavm. They are special.
Change-Id: I28e28d07b4b1daf45f7416151a94ac376fc01db7
Diffstat (limited to 'stoc/source/invocation_adapterfactory')
-rw-r--r-- | stoc/source/invocation_adapterfactory/iafactory.cxx | 2 | ||||
-rw-r--r-- | stoc/source/invocation_adapterfactory/invocadapt.component | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index 396f0e1984fd..cd53f327054f 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -967,7 +967,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload( } //============================================================================== -SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void * SAL_CALL invocadapt_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { return ::cppu::component_getFactoryHelper( diff --git a/stoc/source/invocation_adapterfactory/invocadapt.component b/stoc/source/invocation_adapterfactory/invocadapt.component index 09670aa6b7b9..551f4abaac76 100644 --- a/stoc/source/invocation_adapterfactory/invocadapt.component +++ b/stoc/source/invocation_adapterfactory/invocadapt.component @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="invocadapt" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.stoc.InvocationAdapterFactory"> <service name="com.sun.star.script.InvocationAdapterFactory"/> |