summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx b/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx
index 26dc00c77427..3651b5a0a3c2 100644
--- a/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx
@@ -45,7 +45,7 @@ namespace drawinglayer
decomposition, but on pixel outputs the areas where the tiled pieces are
aligned tend to show up (one overlapping or empty pixel)
*/
- class DRAWINGLAYER_DLLPUBLIC FillGraphicPrimitive2D : public BufferedDecompositionPrimitive2D
+ class DRAWINGLAYER_DLLPUBLIC FillGraphicPrimitive2D final : public BufferedDecompositionPrimitive2D
{
private:
/// the geometric definition
@@ -54,7 +54,6 @@ namespace drawinglayer
/// the fill attributes
attribute::FillGraphicAttribute maFillGraphic;
- protected:
/// local decomposition.
virtual void create2DDecomposition(Primitive2DContainer& rContainer, const geometry::ViewInformation2D& rViewInformation) const override;