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/win32/SysShentry.cxx | |
parent | f4901ad51b62db9faa2328f07cb6cf4b03a8ff1a (diff) |
Use prefix
Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
Diffstat (limited to 'shell/source/win32/SysShentry.cxx')
-rw-r--r-- | shell/source/win32/SysShentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index e5a61bb25d04..93a4533a9f15 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -63,7 +63,7 @@ extern "C" // returns a factory to create XFilePicker-Services //---------------------------------------------------------------------- -SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface*, uno_Interface* /*pRegistryKey*/ ) +SAL_DLLPUBLIC_EXPORT void* SAL_CALL syssh_component_getFactory( const sal_Char* pImplName, uno_Interface*, uno_Interface* /*pRegistryKey*/ ) { void* pRet = 0; |