diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-22 16:33:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-23 09:12:23 +0200 |
commit | 9d5b9bf881606e83a051cc192d08c4690f98a8ba (patch) | |
tree | 448a72316772fc2b5588d70b53ec5223fb7d0769 /vcl/headless | |
parent | 4ad54c347180f227fac127b70c4072c192c21ddd (diff) |
loplugin:returnconstval in vcl
Change-Id: Id4a0b460ba3c43e80b80ae6e2da9e40a6753e14c
Reviewed-on: https://gerrit.libreoffice.org/77965
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/svptext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/headless/svptext.cxx b/vcl/headless/svptext.cxx index d81dfa19649a..e4b625b365cb 100644 --- a/vcl/headless/svptext.cxx +++ b/vcl/headless/svptext.cxx @@ -36,7 +36,7 @@ void SvpSalGraphics::GetFontMetric( ImplFontMetricDataRef& xFontMetric, int nFal m_aTextRenderImpl.GetFontMetric(xFontMetric, nFallbackLevel); } -const FontCharMapRef SvpSalGraphics::GetFontCharMap() const +FontCharMapRef SvpSalGraphics::GetFontCharMap() const { return m_aTextRenderImpl.GetFontCharMap(); } |