From e42737a213373af18d1e68cea7b16b1679b4c3fe Mon Sep 17 00:00:00 2001 From: Jelle van der Waa <jelle@vdwaa.nl> Date: Fri, 26 Jul 2013 16:51:07 +0200 Subject: fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8fe1cdccfef61c3cac88a24d057615b0ceda682a Reviewed-on: https://gerrit.libreoffice.org/5126 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz> --- svx/source/svdraw/svdmodel.cxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'svx/source/svdraw') diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index e29c94a6b894..91106dabeb3e 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.cxx @@ -23,7 +23,6 @@ #include <math.h> #include <osl/endian.h> -#include <rtl/logfile.hxx> #include <rtl/strbuf.hxx> #include <com/sun/star/lang/XComponent.hpp> @@ -221,7 +220,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, sal maPages() { #ifdef TIMELOG - RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "svx", "aw93748", "SdrModel::SdrModel(...)" ); + SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" ); #endif DBG_CTOR(SdrModel,NULL); @@ -235,7 +234,7 @@ SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, ::comphelper::IEmbed aTablePath(rPath) { #ifdef TIMELOG - RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "svx", "aw93748", "SdrModel::SdrModel(...)" ); + SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" ); #endif DBG_CTOR(SdrModel,NULL); @@ -248,7 +247,7 @@ SdrModel::SdrModel(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, boo maPages() { #ifdef TIMELOG - RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "svx", "aw93748", "SdrModel::SdrModel(...)" ); + SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" ); #endif DBG_CTOR(SdrModel,NULL); @@ -262,7 +261,7 @@ SdrModel::SdrModel(const String& rPath, SfxItemPool* pPool, ::comphelper::IEmbed aTablePath(rPath) { #ifdef TIMELOG - RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "svx", "aw93748", "SdrModel::SdrModel(...)" ); + SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" ); #endif DBG_CTOR(SdrModel,NULL); @@ -277,7 +276,7 @@ SdrModel::SdrModel(const SdrModel& /*rSrcModel*/): maPages() { #ifdef TIMELOG - RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "svx", "aw93748", "SdrModel::SdrModel(...)" ); + SAL_INFO( "svx.svdraw", "SdrModel::SdrModel(...)" ); #endif // not yet implemented @@ -287,7 +286,7 @@ SdrModel::SdrModel(const SdrModel& /*rSrcModel*/): SdrModel::~SdrModel() { #ifdef TIMELOG - RTL_LOGFILE_CONTEXT_AUTHOR ( aLog, "svx", "aw93748", "SdrModel::~SdrModel(...)" ); + SAL_INFO( "svx.svdraw", "SdrModel::~SdrModel(...)" ); #endif DBG_DTOR(SdrModel,NULL); -- cgit