summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
index eea2f2f932b4..c7458893ff6f 100644
--- a/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudeprimitive3d.hxx
@@ -42,7 +42,7 @@ namespace drawinglayer
The decomposition will create all necessary 3D planes for visualisation.
*/
- class DRAWINGLAYER_DLLPUBLIC SdrExtrudePrimitive3D : public SdrPrimitive3D
+ class DRAWINGLAYER_DLLPUBLIC SdrExtrudePrimitive3D final : public SdrPrimitive3D
{
private:
/// geometry helper for slices
@@ -70,7 +70,6 @@ namespace drawinglayer
/// get (evtl. create) slices
const Slice3DVector& getSlices() const;
- protected:
/// local decomposition.
virtual Primitive3DContainer create3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const override;