From e5ec6304149cdcad0d6495b5187c245748b408b5 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 10 Aug 2015 14:04:31 -0500 Subject: stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx also clean-up and 'standardize' the include sections of canvas' source code Change-Id: Ib437a41ea41ae2ea6528f755ae5b2828775aaf73 Reviewed-on: https://gerrit.libreoffice.org/17633 Tested-by: Jenkins Reviewed-by: Norbert Thiebaud --- cppcanvas/inc/pch/precompiled_cppcanvas.hxx | 2 -- cppcanvas/source/mtfrenderer/implrenderer.cxx | 6 ++---- cppcanvas/source/mtfrenderer/mtftools.cxx | 2 -- cppcanvas/source/mtfrenderer/textaction.cxx | 2 -- cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 2 -- 5 files changed, 2 insertions(+), 12 deletions(-) (limited to 'cppcanvas') diff --git a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx b/cppcanvas/inc/pch/precompiled_cppcanvas.hxx index 3e1bf4897212..6d1365545a84 100644 --- a/cppcanvas/inc/pch/precompiled_cppcanvas.hxx +++ b/cppcanvas/inc/pch/precompiled_cppcanvas.hxx @@ -38,8 +38,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx index 4e0a9d1f8a7e..54358fb23c6b 100644 --- a/cppcanvas/source/mtfrenderer/implrenderer.cxx +++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include #include -#include #include #include #include @@ -1297,7 +1295,7 @@ namespace cppcanvas { if( !pClipAction->GetRegion().HasPolyPolygonOrB2DPolyPolygon() ) { - VERBOSE_TRACE( "ImplRenderer::createActions(): non-polygonal clip " + SAL_INFO( "cppcanvas.emf", "ImplRenderer::createActions(): non-polygonal clip " "region encountered, falling back to bounding box!" ); // #121806# explicitly kept integer @@ -1353,7 +1351,7 @@ namespace cppcanvas if( !pClipAction->GetRegion().HasPolyPolygonOrB2DPolyPolygon() ) { - VERBOSE_TRACE( "ImplRenderer::createActions(): non-polygonal clip " + SAL_INFO( "cppcanvas.emf", "ImplRenderer::createActions(): non-polygonal clip " "region encountered, falling back to bounding box!" ); // #121806# explicitly kept integer diff --git a/cppcanvas/source/mtfrenderer/mtftools.cxx b/cppcanvas/source/mtfrenderer/mtftools.cxx index 52d5d6aa9e6b..43913529778e 100644 --- a/cppcanvas/source/mtfrenderer/mtftools.cxx +++ b/cppcanvas/source/mtfrenderer/mtftools.cxx @@ -18,9 +18,7 @@ */ -#include #include -#include #include #include #include diff --git a/cppcanvas/source/mtfrenderer/textaction.cxx b/cppcanvas/source/mtfrenderer/textaction.cxx index 4c97f766e0ad..d744dd3f368c 100644 --- a/cppcanvas/source/mtfrenderer/textaction.cxx +++ b/cppcanvas/source/mtfrenderer/textaction.cxx @@ -18,9 +18,7 @@ */ -#include #include -#include #include #include diff --git a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx index fe5c5a51b478..35fb98b11374 100644 --- a/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx +++ b/cppcanvas/source/mtfrenderer/transparencygroupaction.cxx @@ -23,8 +23,6 @@ #include -#include -#include #include #include -- cgit