diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-31 10:41:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-31 13:58:23 +0100 |
commit | 4f798ed25645b3b1c2e5100a6353cfbc4650becc (patch) | |
tree | b42022d8b483ab9dea229cc95fc21efa2c30b4c8 /sd | |
parent | 7383ab517030db0c2d7bf4f393f38743fbcaba04 (diff) |
loplugin:constantparam in editeng
Change-Id: I0a07326d5b63e82ef16e02f75fd8523e3b73e1f4
Reviewed-on: https://gerrit.libreoffice.org/44096
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index d05c73294d2d..7f88057b8e32 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -809,7 +809,7 @@ void SlideBackground::NotifyItemUpdate( if(mpPaperOrientation->GetSelectedEntryPos() == 0) Swap(aPaperSize); - Paper ePaper = SvxPaperInfo::GetSvxPaper(aPaperSize, meUnit, true); + Paper ePaper = SvxPaperInfo::GetSvxPaper(aPaperSize, meUnit); mpPaperSizeBox->SetSelection( ePaper ); } } |