summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 09:29:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 11:01:34 +0100
commit4085f6ca9b345c362bb286e6fb1b17b2fcf2bc4c (patch)
tree89eddf9ce2487d00696639337bc02631b7d9dac1 /svtools
parentfddd956c0cf3b2c22a152bbb30554def1336b466 (diff)
loplugin:constparams in sd..svtools
Change-Id: I50b864ffc4ed13ba801af46815988bf568b83d2e Reviewed-on: https://gerrit.libreoffice.org/66832 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ruler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx
index 3d2047a60de2..91f1e2536017 100644
--- a/svtools/source/control/ruler.cxx
+++ b/svtools/source/control/ruler.cxx
@@ -69,7 +69,7 @@ namespace
* Pre-calculates glyph items for rText on rRenderContext. Subsequent calls
* avoid the calculation and just return a pointer to rTextGlyphs.
*/
-SalLayoutGlyphs* lcl_GetRulerTextGlyphs(vcl::RenderContext& rRenderContext, const OUString& rText,
+SalLayoutGlyphs* lcl_GetRulerTextGlyphs(const vcl::RenderContext& rRenderContext, const OUString& rText,
SalLayoutGlyphs& rTextGlyphs)
{
if (rTextGlyphs.IsValid())