summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/tools/emfpbrush.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2017-06-22 13:03:50 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-07-15 11:01:30 +0200
commit34a0cb059c2bcfa62afe1dbd775cb69f637e130d (patch)
treee091b370e6f186f128a74d7b871fa88b5f09f964 /drawinglayer/source/tools/emfpbrush.hxx
parentemfplus: more corrections and rough geometry (diff)
downloadcore-34a0cb059c2bcfa62afe1dbd775cb69f637e130d.tar.gz
core-34a0cb059c2bcfa62afe1dbd775cb69f637e130d.zip
emfplus: unified transformations, added test code
More unifications, changed all Map*() methods to use a single B2DHomMatrix which is created based on former stuff, XForm now completely replaced. To check, added debug-only code and switches to the VclPixelProcessor so that visual checks get easy when using these modes (overlay of both methods with modded colors). Also resynched to master. Change-Id: I7b749f90bfde2ec1c2e49ee90ca2ef368da0547e
Diffstat (limited to 'drawinglayer/source/tools/emfpbrush.hxx')
-rw-r--r--drawinglayer/source/tools/emfpbrush.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/drawinglayer/source/tools/emfpbrush.hxx b/drawinglayer/source/tools/emfpbrush.hxx
index 852b2d469b4b..792b5f018790 100644
--- a/drawinglayer/source/tools/emfpbrush.hxx
+++ b/drawinglayer/source/tools/emfpbrush.hxx
@@ -21,6 +21,8 @@
#define INCLUDED_DRAWINGLAYER_SOURCE_TOOLS_EMFPBRUSH_HXX
#include <emfphelperdata.hxx>
+#include <tools/color.hxx>
+#include <basegfx/polygon/b2dpolypolygon.hxx>
namespace emfplushelper
{