diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-08-10 14:04:31 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-08-11 03:57:18 +0000 |
commit | e5ec6304149cdcad0d6495b5187c245748b408b5 (patch) | |
tree | 8548fe3438f33c67d4333308dfa9f390fab3b5e9 /cppcanvas | |
parent | 7bdc6be9c23517eec02ce7139edd7003abbee1f8 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/inc/pch/precompiled_cppcanvas.hxx | 2 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/implrenderer.cxx | 6 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/mtftools.cxx | 2 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/textaction.cxx | 2 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 2 |
5 files changed, 2 insertions, 12 deletions
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 <memory> #include <boost/noncopyable.hpp> #include <canvas/canvastools.hxx> -#include <canvas/debug.hxx> -#include <canvas/verbosetrace.hxx> #include <com/sun/star/geometry/RealPoint2D.hpp> #include <com/sun/star/rendering/InterpolationMode.hpp> #include <com/sun/star/rendering/PanoseProportion.hpp> 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 <canvas/debug.hxx> #include <tools/diagnose_ex.h> -#include <canvas/verbosetrace.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <comphelper/sequence.hxx> @@ -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 <canvas/debug.hxx> #include <tools/diagnose_ex.h> -#include <canvas/verbosetrace.hxx> #include <com/sun/star/rendering/RenderState.hpp> #include <com/sun/star/rendering/XCanvas.hpp> #include <basegfx/numeric/ftools.hxx> 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 <canvas/debug.hxx> #include <tools/diagnose_ex.h> -#include <canvas/verbosetrace.hxx> #include <com/sun/star/rendering/PathCapType.hpp> #include <com/sun/star/rendering/PathJoinType.hpp> 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 <tools/gen.hxx> -#include <canvas/debug.hxx> -#include <canvas/verbosetrace.hxx> #include <canvas/canvastools.hxx> #include <com/sun/star/rendering/XBitmap.hpp> |