summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-03 15:13:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-06 07:12:18 +0100
commit149247ec64b558244f8d94834ead37a1354029f4 (patch)
tree4c08735eccd83b0578ca76d23dee00b033a981df /drawinglayer
parent1ae5f7978788ac5192b19bb3da791bb27c7b2d89 (diff)
loplugin:finalclasses in drawinglayer
Change-Id: I8922fc85ab23453791e3ce0b639d4ffafd31e967 Reviewed-on: https://gerrit.libreoffice.org/44315 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
index fb7cc5280c64..0190fed7dfe7 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.hxx
@@ -47,13 +47,11 @@ namespace drawinglayer
all feeded primitives to a VCL Window. It is the currently used renderer
for all VCL editing output from the DrawingLayer.
*/
- class VclPixelProcessor2D : public VclProcessor2D
+ class VclPixelProcessor2D final : public VclProcessor2D
{
- private:
struct Impl;
std::unique_ptr<Impl> m_pImpl;
- protected:
/* the local processor for BasePrimitive2D-Implementation based primitives,
called from the common process()-implementation
*/