diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2017-06-22 13:03:50 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-07-15 11:01:30 +0200 |
commit | 34a0cb059c2bcfa62afe1dbd775cb69f637e130d (patch) | |
tree | e091b370e6f186f128a74d7b871fa88b5f09f964 /vcl/source | |
parent | 41f5459e5d4cbf5024995bce7d967104c7943830 (diff) |
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 'vcl/source')
-rw-r--r-- | vcl/source/gdi/gdimetafiletools.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/gdi/gdimetafiletools.cxx b/vcl/source/gdi/gdimetafiletools.cxx index 6cbdcdc0734f..b826b2fa8a0c 100644 --- a/vcl/source/gdi/gdimetafiletools.cxx +++ b/vcl/source/gdi/gdimetafiletools.cxx @@ -1083,4 +1083,8 @@ bool usesClipActions(const GDIMetaFile& rSource) return false; } +MetafileAccessor::~MetafileAccessor() +{ +} + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |