summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-05 09:34:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-13 06:47:44 +0000
commit62223f9a8a4d069b34e37ad0c1bf5b73916a646e (patch)
tree22220910555ac7f99796c2908392fe008f0c75f5 /drawinglayer
parent14a7ac2033273fdddfb9748d5fa1e1c0f25b64ca (diff)
loplugin:unnecessaryoverride
Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae Reviewed-on: https://gerrit.libreoffice.org/29656 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
index 474cae57e507..4de490ac1e89 100644
--- a/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrcubeprimitive3d.cxx
@@ -183,11 +183,6 @@ namespace drawinglayer
{
}
- bool SdrCubePrimitive3D::operator==(const BasePrimitive3D& rPrimitive) const
- {
- return SdrPrimitive3D::operator==(rPrimitive);
- }
-
basegfx::B3DRange SdrCubePrimitive3D::getB3DRange(const geometry::ViewInformation3D& /*rViewInformation*/) const
{
// use default from sdrPrimitive3D which uses transformation expanded by line width/2.