diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-07-21 20:58:49 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-23 14:05:13 +0000 |
commit | cb590428d84fa63a1fe429cccd32943e0cbebd2d (patch) | |
tree | d4acdd4e40ffeee497e425cfc07de96ff059a1f4 /framework/inc/macros | |
parent | d8fa15f0ea3bbf38f5142f83121b7c72c483c7f5 (diff) |
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
Change-Id: Ib0edc828691c6a8edbd1f45d3c0e2851c32c865f
Reviewed-on: https://gerrit.libreoffice.org/5013
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'framework/inc/macros')
-rw-r--r-- | framework/inc/macros/xserviceinfo.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/inc/macros/xserviceinfo.hxx b/framework/inc/macros/xserviceinfo.hxx index 6bf913af1e14..3032af5ab474 100644 --- a/framework/inc/macros/xserviceinfo.hxx +++ b/framework/inc/macros/xserviceinfo.hxx @@ -36,7 +36,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/sequence.hxx> #include <rtl/ustring.hxx> -#include <rtl/logfile.hxx> namespace framework{ @@ -110,7 +109,6 @@ ________________________________________________________________________________ /*===========================================================================================================*/ \ css::uno::Reference< css::uno::XInterface > SAL_CALL CLASS::impl_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager ) throw( css::uno::Exception ) \ { \ - RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "framework","Ocke.Janssen@sun.com",U2B(IMPLEMENTATIONNAME).getStr()); \ /* create new instance of service */ \ CLASS* pClass = new CLASS( xServiceManager ); \ /* hold it alive by increasing his ref count!!! */ \ |