diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-10 14:13:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-10 19:45:34 +0200 |
commit | fa311ad62f935d6469b77936d477125d98dbee60 (patch) | |
tree | d712ee8e0e16065923fefba70f433e760a6627b6 /svx/source/dialog/imapwnd.cxx | |
parent | 6af0da482d8d387f181cb9c2cf9301859c9683cb (diff) |
loplugin:moveparam in svx
Change-Id: I2e422235129f810feea5c17afa1332d8b7ac14ed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123332
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/dialog/imapwnd.cxx')
-rw-r--r-- | svx/source/dialog/imapwnd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/imapwnd.cxx b/svx/source/dialog/imapwnd.cxx index bd987d99b735..a4ed0e6090a9 100644 --- a/svx/source/dialog/imapwnd.cxx +++ b/svx/source/dialog/imapwnd.cxx @@ -161,7 +161,7 @@ const ImageMap& IMapWindow::GetImageMap() return aIMap; } -void IMapWindow::SetTargetList( TargetList& rTargetList ) +void IMapWindow::SetTargetList( const TargetList& rTargetList ) { // Delete old List aTargetList.clear(); |