[Libreoffice-commits] core.git: slideshow/inc slideshow/source

Jelle van der Waa jelle at vdwaa.nl
Tue Jul 23 14:26:18 PDT 2013


 slideshow/inc/pch/precompiled_slideshow.hxx  |    1 -
 slideshow/source/engine/shapes/viewshape.cxx |    9 ---------
 2 files changed, 10 deletions(-)

New commits:
commit 689363662cc81fcf629850fa0b002577cc61e97d
Author: Jelle van der Waa <jelle at vdwaa.nl>
Date:   Tue Jul 23 21:59:24 2013 +0200

    fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
    
    Change-Id: If2c1ce9ca27e27ed5ecc15a448b7332855e31309
    Reviewed-on: https://gerrit.libreoffice.org/5058
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx
index 6e3af46..0d1d283 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 1b1a96c..6be622b 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?


More information about the Libreoffice-commits mailing list