diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-02 11:45:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-02 11:46:16 +0300 |
commit | 1b075ea2cbeef67bf556cade80f2fcf8130be571 (patch) | |
tree | a99df7d1d0f79726fce2989249ee580e23f60ecd /scripting/source/protocolhandler | |
parent | ae53e3e9fc0e0f878e7911732a5dd918a9bec597 (diff) |
Use prefix
Change-Id: I0323e3eb9446c4f2b18f84f5ed33909a877163c8
Diffstat (limited to 'scripting/source/protocolhandler')
-rw-r--r-- | scripting/source/protocolhandler/protocolhandler.component | 2 | ||||
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/protocolhandler/protocolhandler.component b/scripting/source/protocolhandler/protocolhandler.component index 5bfe9d9ff09c..95c6b503997f 100644 --- a/scripting/source/protocolhandler/protocolhandler.component +++ b/scripting/source/protocolhandler/protocolhandler.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="protocolhandler" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.ScriptProtocolHandler"> <service name="com.sun.star.frame.ProtocolHandler"/> diff --git a/scripting/source/protocolhandler/scripthandler.cxx b/scripting/source/protocolhandler/scripthandler.cxx index 1881c917c4ae..4151a56c4179 100644 --- a/scripting/source/protocolhandler/scripthandler.cxx +++ b/scripting/source/protocolhandler/scripthandler.cxx @@ -497,7 +497,7 @@ extern "C" namespace css = ::com::sun::star; - SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char * pImplementationName , + SAL_DLLPUBLIC_EXPORT void* SAL_CALL protocolhandler_component_getFactory( const sal_Char * pImplementationName , void * pServiceManager , void * pRegistryKey ) { |