diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-04 15:34:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-05 07:15:04 +0000 |
commit | b8c528a3515616bf0ec852c2f7b1bb07dc9f7ed2 (patch) | |
tree | 4ea7dac8d26da2645ef871d149d7c7f31191ca06 /sd/source/ui/sidebar | |
parent | 5334ff287c65f028753171c7b38da7ffbcebc1cc (diff) |
loplugin:constantparam in sd
Change-Id: Ife610abb1f8ed19ab219301d41d7fc2174ff1d29
Reviewed-on: https://gerrit.libreoffice.org/23830
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/source/ui/sidebar')
-rw-r--r-- | sd/source/ui/sidebar/MasterPageContainerProviders.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/MasterPageContainerProviders.cxx b/sd/source/ui/sidebar/MasterPageContainerProviders.cxx index 709f9a0efd4c..3bec4c2ce059 100644 --- a/sd/source/ui/sidebar/MasterPageContainerProviders.cxx +++ b/sd/source/ui/sidebar/MasterPageContainerProviders.cxx @@ -58,8 +58,7 @@ Image PagePreviewProvider::operator () ( aPreview = rRenderer.RenderPage( pPage, nWidth, - OUString(), - false); + OUString()); } return aPreview; |