diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-06 20:12:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-06 21:52:20 +0200 |
commit | 84a56eac83f220fd917a5433fe9da4b7815dfff6 (patch) | |
tree | f02806412cb23061828ca6209ddb91a8d662b986 /sw/source/uibase/shells/grfshex.cxx | |
parent | 8ef6be73325dbb6761b247ff187c709ba0f81bfb (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/grfshex.cxx')
-rw-r--r-- | sw/source/uibase/shells/grfshex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx index ed3a269260c9..cf3c3589fc9a 100644 --- a/sw/source/uibase/shells/grfshex.cxx +++ b/sw/source/uibase/shells/grfshex.cxx @@ -56,7 +56,7 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::ui::dialogs; using namespace ::sfx2; -bool SwTextShell::InsertMediaDlg( SfxRequest& rReq ) +bool SwTextShell::InsertMediaDlg( SfxRequest const & rReq ) { OUString aURL; const SfxItemSet* pReqArgs = rReq.GetArgs(); |