diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 23:00:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-01 23:05:37 +0300 |
commit | 616023b7a73511a73fcc88e8ebfdcd4bb050812e (patch) | |
tree | ee759c60196a3caf597a56706157b70f2a307487 /extensions/source/logging | |
parent | 28f128f037d627d08322ac1524dc04b65043790a (diff) |
Use prefix
Change-Id: Ica989983b36ff4df7f6d6ab529c3bc0efef984e1
Diffstat (limited to 'extensions/source/logging')
-rw-r--r-- | extensions/source/logging/log.component | 2 | ||||
-rw-r--r-- | extensions/source/logging/log_services.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/logging/log.component b/extensions/source/logging/log.component index 4dd2db56c3cc..0f7093a65ca5 100644 --- a/extensions/source/logging/log.component +++ b/extensions/source/logging/log.component @@ -26,7 +26,7 @@ * **********************************************************************--> -<component loader="com.sun.star.loader.SharedLibrary" +<component loader="com.sun.star.loader.SharedLibrary" prefix="log" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.comp.extensions.ConsoleHandler"> <service name="com.sun.star.logging.ConsoleHandler"/> diff --git a/extensions/source/logging/log_services.cxx b/extensions/source/logging/log_services.cxx index e5af7a66f236..b08410373fe6 100644 --- a/extensions/source/logging/log_services.cxx +++ b/extensions/source/logging/log_services.cxx @@ -54,7 +54,7 @@ namespace logging } // namespace logging //........................................................................ -extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL log_component_getFactory( const sal_Char* pImplementationName, SAL_UNUSED_PARAMETER void*, SAL_UNUSED_PARAMETER void* ) { |