summaryrefslogtreecommitdiffstats
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 11:12:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-08 12:33:03 +0200
commit40ea896e5c378c36ab41dbbbb06b43b8ec2c231f (patch)
tree78a8663662040540342c2431adecf28cb687aacf /include/drawinglayer
parenttdf#109208 Clear the list of recently used characters (diff)
downloadcore-40ea896e5c378c36ab41dbbbb06b43b8ec2c231f.tar.gz
core-40ea896e5c378c36ab41dbbbb06b43b8ec2c231f.zip
loplugin:unnecessaryvirtual
Change-Id: I7aa23e56f2c126bf505262454408340b557f13cf Reviewed-on: https://gerrit.libreoffice.org/40865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/primitive2d/borderlineprimitive2d.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx
index 24916190757e..2eba13fee917 100644
--- a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx
@@ -55,7 +55,7 @@ namespace drawinglayer
const basegfx::BColor& rRGBColor,
double fExtendStart = 0.0,
double fExtendEnd = 0.0);
- virtual ~BorderLine();
+ ~BorderLine();
double getWidth() const { return mfWidth; }
const basegfx::BColor& getRGBColor() const { return maRGBColor; }
@@ -63,7 +63,7 @@ namespace drawinglayer
double getExtendEnd() const { return mfExtendEnd; }
/// compare operator
- virtual bool operator==(const BorderLine& rBorderLine) const;
+ bool operator==(const BorderLine& rBorderLine) const;
};
/** BorderLinePrimitive2D class