summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/graphicprimitive2d.hxx')
-rw-r--r--include/drawinglayer/primitive2d/graphicprimitive2d.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/graphicprimitive2d.hxx b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
index b3127145be19..2799c4d95a3a 100644
--- a/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/graphicprimitive2d.hxx
@@ -46,7 +46,7 @@ namespace drawinglayer
The primitive geometry area is defined by Transform.
*/
- class DRAWINGLAYER_DLLPUBLIC GraphicPrimitive2D : public BufferedDecompositionPrimitive2D
+ class DRAWINGLAYER_DLLPUBLIC GraphicPrimitive2D final : public BufferedDecompositionPrimitive2D
{
private:
/// the geometric definition
@@ -58,7 +58,6 @@ namespace drawinglayer
/// The GraphicAttr with all its modification possibilities
GraphicAttr maGraphicAttr;
- protected:
/// local decomposition
virtual void create2DDecomposition(Primitive2DContainer& rContainer, const geometry::ViewInformation2D& rViewInformation) const override;