From d15b4e204598fc7e4c1682c4f10228e217575937 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Dec 2016 09:49:39 +0200 Subject: teach sallogareas plugin to catch inconsistencies Change-Id: I8bcea5ffc74d48148bea78da8c17744e288c069a Reviewed-on: https://gerrit.libreoffice.org/32004 Tested-by: Jenkins Reviewed-by: Noel Grandin --- slideshow/source/engine/eventqueue.cxx | 2 +- slideshow/source/engine/opengl/TransitionerImpl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/eventqueue.cxx b/slideshow/source/engine/eventqueue.cxx index 431294fa1498..4a34400b8def 100644 --- a/slideshow/source/engine/eventqueue.cxx +++ b/slideshow/source/engine/eventqueue.cxx @@ -257,7 +257,7 @@ namespace slideshow // since this will also capture segmentation // violations and the like. In such a case, we // still better let our clients now... - SAL_WARN("slideshow", "::presentation::internal::EventQueue: Event threw a SlideShowException, action might not have been fully performed" ); + SAL_WARN("slideshow.eventqueue", "::presentation::internal::EventQueue: Event threw a SlideShowException, action might not have been fully performed" ); } } else diff --git a/slideshow/source/engine/opengl/TransitionerImpl.cxx b/slideshow/source/engine/opengl/TransitionerImpl.cxx index f2f0b3f103a1..3758a2a24d49 100644 --- a/slideshow/source/engine/opengl/TransitionerImpl.cxx +++ b/slideshow/source/engine/opengl/TransitionerImpl.cxx @@ -325,7 +325,7 @@ bool OGLTransitionerImpl::initWindowFromSlideShowView( const Reference< presenta if( !mpContext->init( reinterpret_cast< vcl::Window* >( aVal ) ) ) return false; } - SAL_INFO("slideshow", "created the context"); + SAL_INFO("slideshow.opengl", "created the context"); mpContext->makeCurrent(); CHECK_GL_ERROR(); -- cgit