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/source/document.cxx | |
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/source/document.cxx')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index e6a04cde82bb..eeba3a2a47a0 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -176,7 +176,7 @@ void SmDocShell::SetText(const OUString& rBuffer) } } -void SmDocShell::SetFormat(SmFormat& rFormat) +void SmDocShell::SetFormat(SmFormat const & rFormat) { maFormat = rFormat; SetFormulaArranged( false ); |