diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-07-23 21:59:24 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-07-23 21:25:59 +0000 |
commit | 689363662cc81fcf629850fa0b002577cc61e97d (patch) | |
tree | 12dbe1a43416361b646a9a905effb89b0aa82971 /slideshow | |
parent | 0153ea7e11e5e67d272dfb3630e3ea7cc4d99df9 (diff) |
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
Change-Id: If2c1ce9ca27e27ed5ecc15a448b7332855e31309
Reviewed-on: https://gerrit.libreoffice.org/5058
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/inc/pch/precompiled_slideshow.hxx | 1 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/viewshape.cxx | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index 6e3af46f08c5..0d1d283af5d3 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -194,7 +194,6 @@ #include <osl/diagnose.hxx> #include <queue> #include <rtl/instance.hxx> -#include <rtl/logfile.hxx> #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/ustrbuf.hxx> diff --git a/slideshow/source/engine/shapes/viewshape.cxx b/slideshow/source/engine/shapes/viewshape.cxx index 1b1a96cf03e7..6be622bc5a99 100644 --- a/slideshow/source/engine/shapes/viewshape.cxx +++ b/slideshow/source/engine/shapes/viewshape.cxx @@ -24,7 +24,6 @@ #include <math.h> -#include <rtl/logfile.hxx> #include <rtl/math.hxx> #include <com/sun/star/rendering/XCanvas.hpp> @@ -66,7 +65,6 @@ namespace slideshow const GDIMetaFileSharedPtr& rMtf, const ShapeAttributeLayerSharedPtr& rAttr ) const { - RTL_LOGFILE_CONTEXT( aLog, "::presentation::internal::ViewShape::prefetch()" ); ENSURE_OR_RETURN_FALSE( rMtf, "ViewShape::prefetch(): no valid metafile!" ); @@ -188,8 +186,6 @@ namespace slideshow const ::basegfx::B2DPolyPolygon* pClip, const VectorOfDocTreeNodes& rSubsets ) const { - RTL_LOGFILE_CONTEXT( aLog, "::presentation::internal::ViewShape::draw()" ); - ::cppcanvas::RendererSharedPtr pRenderer( getRenderer( rDestinationCanvas, rMtf, rAttr ) ); @@ -305,8 +301,6 @@ namespace slideshow double nPrio, bool bIsVisible ) const { - RTL_LOGFILE_CONTEXT( aLog, "::presentation::internal::ViewShape::renderSprite()" ); - // TODO(P1): For multiple views, it might pay off to reorg Shape and ViewShape, // in that all the common setup steps here are refactored to Shape (would then // have to be performed only _once_ per Shape paint). @@ -524,8 +518,6 @@ namespace slideshow const VectorOfDocTreeNodes& rSubsets, bool bIsVisible ) const { - RTL_LOGFILE_CONTEXT( aLog, "::presentation::internal::ViewShape::render()" ); - // TODO(P1): For multiple views, it might pay off to reorg Shape and ViewShape, // in that all the common setup steps here are refactored to Shape (would then // have to be performed only _once_ per Shape paint). @@ -858,7 +850,6 @@ namespace slideshow int nUpdateFlags, bool bIsVisible ) const { - RTL_LOGFILE_CONTEXT( aLog, "::presentation::internal::ViewShape::update()" ); ENSURE_OR_RETURN_FALSE( mpViewLayer->getCanvas(), "ViewShape::update(): Invalid layer canvas" ); // Shall we render to a sprite, or to a plain canvas? |