summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-26 16:51:07 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-26 16:24:37 +0000
commite42737a213373af18d1e68cea7b16b1679b4c3fe (patch)
treed7d946049ac27c3802921c66c6322a14e2caa647 /svx/source/unodraw
parent92e484c4b5baffbcc3a24af0d104adde351f77c0 (diff)
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
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>
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/UnoGraphicExporter.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
index 69ac409fe9e3..6516929df7c9 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -33,7 +33,6 @@
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/XInteractionContinuation.hpp>
-#include <rtl/logfile.hxx>
#include <comphelper/interaction.hxx>
#include <framework/interaction.hxx>
#include <com/sun/star/drawing/GraphicFilterRequest.hpp>
@@ -594,8 +593,6 @@ void GraphicExporter::ParseSettings( const Sequence< PropertyValue >& aDescripto
bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic, sal_Bool bVectorType )
{
- RTL_LOGFILE_CONTEXT( aLog, "UnoGraphicExporter::GetGraphic (thb)" );
-
if( !mpDoc || !mpUnoPage )
return false;
@@ -983,8 +980,6 @@ bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic,
sal_Bool SAL_CALL GraphicExporter::filter( const Sequence< PropertyValue >& aDescriptor )
throw(RuntimeException)
{
- RTL_LOGFILE_CONTEXT( aLog, "UnoGraphicExporter::export (thb)" );
-
::SolarMutexGuard aGuard;
if( NULL == mpUnoPage )