diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 13:14:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 15:27:37 +0200 |
commit | 24817c26b3f8cc1a8156357316be442e5460a1a7 (patch) | |
tree | e361e25d9ca4cd269fde426ddba135d87d6aba67 /starmath/inc/view.hxx | |
parent | b9e9dde5ae6f8955b5e6584dd5d809c98bb66814 (diff) |
loplugin:constparams in starmath
Change-Id: Iac470b572311241216622f22bc543c0bd10a28f6
Reviewed-on: https://gerrit.libreoffice.org/40714
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index e06f85cde4c8..9667d09e30ef 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -236,9 +236,9 @@ class SmViewShell: public SfxViewShell bool mbInsertIntoEditWindow; protected: - static Size GetTextLineSize(OutputDevice& rDevice, + static Size GetTextLineSize(OutputDevice const & rDevice, const OUString& rLine); - static Size GetTextSize(OutputDevice& rDevice, + static Size GetTextSize(OutputDevice const & rDevice, const OUString& rText, long MaxWidth); static void DrawTextLine(OutputDevice& rDevice, |