summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-25 18:52:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-26 09:13:27 +0200
commit8ced5266f277734f9b7a48db6408056892d38ac4 (patch)
treee87c29a186487c65388c297e5a13efff6f45ab9b /sc/source/ui/view/tabvwsh.cxx
parentfde332fc9d59102749dbeb20f4e78e2233152e1b (diff)
loplugin:constparam in sc part7
Change-Id: Ica5421ddc343ce18a08f993778f42183b571ed0e Reviewed-on: https://gerrit.libreoffice.org/41578 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view/tabvwsh.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx
index 1c934ffa14dc..f61f2fafabb9 100644
--- a/sc/source/ui/view/tabvwsh.cxx
+++ b/sc/source/ui/view/tabvwsh.cxx
@@ -109,7 +109,7 @@ SFX_IMPL_NAMED_VIEWFACTORY( ScTabViewShell, "Default" )
SFX_VIEW_REGISTRATION(ScDocShell);
}
-OUString ScTabViewShell::GetFormula(ScAddress& rAddress)
+OUString ScTabViewShell::GetFormula(const ScAddress& rAddress)
{
OUString sFormula;
ScDocument* pDoc = GetViewData().GetDocument();