diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-24 20:33:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-25 08:14:02 +0200 |
commit | b8db9688a4bdfbe272993ee9808c23d5d7dae879 (patch) | |
tree | e6a0db5f9503efd0926720cdf85ac9fcb16c22eb /svgio/inc/svgnode.hxx | |
parent | 3ab2e7ba46eac104738ab074a7df42e1bddd4d37 (diff) |
loplugin:returnconstval in svgio
Change-Id: Idb195e43303e22ddf36a4529dd9704725c4de0e5
Reviewed-on: https://gerrit.libreoffice.org/78061
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svgio/inc/svgnode.hxx')
-rw-r--r-- | svgio/inc/svgnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx index 86a83e6afab6..697c8c312a38 100644 --- a/svgio/inc/svgnode.hxx +++ b/svgio/inc/svgnode.hxx @@ -160,7 +160,7 @@ namespace svgio const std::vector< std::unique_ptr<SvgNode> > & getChildren() const { return maChildren; } /// InfoProvider support for %, em and ex values - virtual const basegfx::B2DRange getCurrentViewPort() const override; + virtual basegfx::B2DRange getCurrentViewPort() const override; virtual double getCurrentFontSizeInherited() const override; virtual double getCurrentXHeightInherited() const override; |