diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-02 12:04:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-02 12:07:06 +0300 |
commit | 565acfef761e37a0172154aae0bdace1ce3c6666 (patch) | |
tree | aa7181af6d2acbd44815bea6d5f45f7885b52687 /shell/source/unix | |
parent | f4901ad51b62db9faa2328f07cb6cf4b03a8ff1a (diff) |
Use prefix
Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/exec/shellexecentry.cxx | 2 | ||||
-rw-r--r-- | shell/source/unix/exec/syssh.component | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx index 684acfe5f036..997de2132d30 100644 --- a/shell/source/unix/exec/shellexecentry.cxx +++ b/shell/source/unix/exec/shellexecentry.cxx @@ -60,7 +60,7 @@ extern "C" // component_getFactory //---------------------------------------------------------------------- -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( +SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory( const sal_Char* pImplName, SAL_UNUSED_PARAMETER uno_Interface* /*pSrvManager*/, SAL_UNUSED_PARAMETER uno_Interface* /*pRegistryKey*/ ) diff --git a/shell/source/unix/exec/syssh.component b/shell/source/unix/exec/syssh.component index 030240dff3bf..d7e76945c0d3 100644 --- a/shell/source/unix/exec/syssh.component +++ b/shell/source/unix/exec/syssh.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="syssh" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.system.SystemShellExecute"> <service name="com.sun.star.system.SystemShellExecute"/> |