summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-01-30 13:23:15 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-30 17:30:36 +0100
commitd77a644a1a4af8b2c7eb3b524ba6ac24d58b67fb (patch)
treeeb364dc64e67947abce6c682a0e3f18ef62d6e1c /drawinglayer
parent0ce7284ec75be275ef6aa803c6497400c179cab4 (diff)
this method should be pure virtual
otherwise there is no point in subclassing this helper class Change-Id: I141d32ec84e782003cb41c6ca7abc27fd9a16860 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110167 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive2d/baseprimitive2d.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/drawinglayer/source/primitive2d/baseprimitive2d.cxx b/drawinglayer/source/primitive2d/baseprimitive2d.cxx
index a3650a57807d..752bc3063a3b 100644
--- a/drawinglayer/source/primitive2d/baseprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/baseprimitive2d.cxx
@@ -104,12 +104,6 @@ sal_Int64 SAL_CALL BasePrimitive2D::estimateUsage()
return 0; // for now ignore the objects themselves
}
-void BufferedDecompositionPrimitive2D::create2DDecomposition(
- Primitive2DContainer& /*rContainer*/,
- const geometry::ViewInformation2D& /*rViewInformation*/) const
-{
-}
-
BufferedDecompositionPrimitive2D::BufferedDecompositionPrimitive2D()
: BasePrimitive2D()
, maBuffered2DDecomposition()