summaryrefslogtreecommitdiffstats
path: root/basegfx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-29 09:20:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-29 10:55:41 +0100
commite21ae87458b0b6e0ad4cc9b41ed02fc8b6a20736 (patch)
tree8101e85cb91ed84dd9cac366f6e0dd930f66ead0 /basegfx
parentElementary-icons: fix table border icons (diff)
downloadcore-e21ae87458b0b6e0ad4cc9b41ed02fc8b6a20736.tar.gz
core-e21ae87458b0b6e0ad4cc9b41ed02fc8b6a20736.zip
loplugin:passstuffbyref improved return in xmlhelp,slideshow
Change-Id: I57e235ecec733f1b5dd03f95f4e022769a369ae2 Reviewed-on: https://gerrit.libreoffice.org/47165 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/polygon/b3dpolygon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b3dpolygon.cxx b/basegfx/source/polygon/b3dpolygon.cxx
index d28d31c7f2d8..ed564228e0fb 100644
--- a/basegfx/source/polygon/b3dpolygon.cxx
+++ b/basegfx/source/polygon/b3dpolygon.cxx
@@ -1548,7 +1548,7 @@ namespace basegfx
mpPolygon->clearBColors();
}
- B3DVector B3DPolygon::getNormal() const
+ B3DVector const & B3DPolygon::getNormal() const
{
return mpPolygon->getNormal();
}