summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/grfsh.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-06 20:12:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-06 21:52:20 +0200
commit84a56eac83f220fd917a5433fe9da4b7815dfff6 (patch)
treef02806412cb23061828ca6209ddb91a8d662b986 /sw/source/uibase/shells/grfsh.cxx
parent8ef6be73325dbb6761b247ff187c709ba0f81bfb (diff)
loplugin:constparams in sw part7
Change-Id: Iaace9c024649481b2f7cdd67aaf1e86624fe0d4a Reviewed-on: https://gerrit.libreoffice.org/40811 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/shells/grfsh.cxx')
-rw-r--r--sw/source/uibase/shells/grfsh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx
index d52e03d489bd..adcbaaf07f14 100644
--- a/sw/source/uibase/shells/grfsh.cxx
+++ b/sw/source/uibase/shells/grfsh.cxx
@@ -526,7 +526,7 @@ void SwGrfShell::Execute(SfxRequest &rReq)
}
}
-void SwGrfShell::ExecAttr( SfxRequest &rReq )
+void SwGrfShell::ExecAttr( SfxRequest const &rReq )
{
GraphicType nGrfType = GraphicType::NONE;
if (CNT_GRF == GetShell().GetCntType())
@@ -866,7 +866,7 @@ void SwGrfShell::GetAttrState(SfxItemSet &rSet)
SetGetStateSet( nullptr );
}
-void SwGrfShell::ExecuteRotation(SfxRequest &rReq)
+void SwGrfShell::ExecuteRotation(SfxRequest const &rReq)
{
sal_uInt16 aRotation;