summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgnode.cxx
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/source/svgreader/svgnode.cxx
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/source/svgreader/svgnode.cxx')
-rw-r--r--svgio/source/svgreader/svgnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgnode.cxx b/svgio/source/svgreader/svgnode.cxx
index cb30c3111131..4e38b5dc6135 100644
--- a/svgio/source/svgreader/svgnode.cxx
+++ b/svgio/source/svgreader/svgnode.cxx
@@ -580,7 +580,7 @@ namespace svgio
mbDecomposing = false;
}
- const basegfx::B2DRange SvgNode::getCurrentViewPort() const
+ basegfx::B2DRange SvgNode::getCurrentViewPort() const
{
if(getParent())
{