diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-10 19:19:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-12 12:30:53 +0200 |
commit | dd6d7992d6f16133fafa7a617cf5fa0ba1ae37cc (patch) | |
tree | 49da40c8dbfa15a9fde368e0a8b69a623f357eaf /sd/source/ui/view/sdview3.cxx | |
parent | 8891472e1f9c5e452a4e8d55241eeba118274092 (diff) |
loplugin:constantparam
Change-Id: I67d74072c776c32a1f91df94c621efe180baf5dc
Reviewed-on: https://gerrit.libreoffice.org/37481
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index d5129135d8ac..5f31aabd0293 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -321,7 +321,7 @@ bool View::InsertData( const TransferableDataHelper& rDataHelper, { pImageMap.reset(new ImageMap); // mba: clipboard always must contain absolute URLs (could be from alien source) - pImageMap->Read( *xStm, OUString() ); + pImageMap->Read( *xStm ); } } |