Kaydet (Commit) 68936366 authored tarafından Jelle van der Waa's avatar Jelle van der Waa Kaydeden (comit) Fridrich Strba

fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO

Change-Id: If2c1ce9ca27e27ed5ecc15a448b7332855e31309
Reviewed-on: https://gerrit.libreoffice.org/5058Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 0153ea7e
......@@ -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>
......
......@@ -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?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment