summaryrefslogtreecommitdiff
path: root/svgio/inc/svgsvgnode.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-24 20:33:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-25 08:14:02 +0200
commitb8db9688a4bdfbe272993ee9808c23d5d7dae879 (patch)
treee6a0db5f9503efd0926720cdf85ac9fcb16c22eb /svgio/inc/svgsvgnode.hxx
parent3ab2e7ba46eac104738ab074a7df42e1bddd4d37 (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/svgsvgnode.hxx')
-rw-r--r--svgio/inc/svgsvgnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgsvgnode.hxx b/svgio/inc/svgsvgnode.hxx
index defb46f7c894..feb669fe7bc5 100644
--- a/svgio/inc/svgsvgnode.hxx
+++ b/svgio/inc/svgsvgnode.hxx
@@ -69,7 +69,7 @@ namespace svgio
// The returned 'CurrentViewPort' is the viewport as it is set by this svg element
// and as it is needed to resolve relative values in children
// The method does not check for invalid width and height
- virtual const basegfx::B2DRange getCurrentViewPort() const override;
+ virtual basegfx::B2DRange getCurrentViewPort() const override;
/// viewBox content
const basegfx::B2DRange* getViewBox() const { return mpViewBox.get(); }