summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/vclprocessor2d.hxx
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-08-21 22:44:30 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-08-22 12:28:57 +0200
commitebc11ae0b132eefd3b1b1a837a8d0ad3ba73b460 (patch)
tree599ae51a0a42b111f245697e7ad86b7f85681798 /drawinglayer/source/processor2d/vclprocessor2d.hxx
parenta3782f1152e4cf02f30003b5f96c7ba603a87db9 (diff)
emfplus: cut over to new EMF+ renderer
We're on par with the old functionality now (modulo a few smaller issues); overall QoS is much better, we get vector output on pdf and print, and the need for large offscreen bitmap rendering goes away. Change-Id: I1fa92c5cad67579c3fcfa78f1bc68696bf1623ec Reviewed-on: https://gerrit.libreoffice.org/41406 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Patrick Jaap <patrick.jaap@tu-dresden.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'drawinglayer/source/processor2d/vclprocessor2d.hxx')
-rw-r--r--drawinglayer/source/processor2d/vclprocessor2d.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.hxx b/drawinglayer/source/processor2d/vclprocessor2d.hxx
index 48de1b903d5d..beb6146f1535 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.hxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.hxx
@@ -106,7 +106,6 @@ namespace drawinglayer
void RenderEpsPrimitive2D(const primitive2d::EpsPrimitive2D& rEpsPrimitive2D);
void RenderSvgLinearAtomPrimitive2D(const primitive2d::SvgLinearAtomPrimitive2D& rCandidate);
void RenderSvgRadialAtomPrimitive2D(const primitive2d::SvgRadialAtomPrimitive2D& rCandidate);
- void RenderMetafilePrimitive2D(const primitive2d::MetafilePrimitive2D& rPolygonCandidate);
// DrawMode adaption support
void adaptLineToFillDrawMode() const;