summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-25 16:00:41 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-27 05:21:09 +0000
commit19bacff27bd2201fb136963e11e865b8a31d849e (patch)
treeee185c64024bcce0b71de51734581e5ddc4f67dc /sd/source/ui/slidesorter/shell
parentdb39c653e5de92bc371040a3f81cc5c4ea6dedf3 (diff)
loplugin:singlevalfields in sd
Change-Id: Idde7bdbd57080518fc416ce97a062ab979393d8e Reviewed-on: https://gerrit.libreoffice.org/26656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/source/ui/slidesorter/shell')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
index ac9a8fccb960..50fa6a7fca6a 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
@@ -401,7 +401,7 @@ void SlideSorterViewShell::FuTemporary (SfxRequest& rRequest)
mpImpl->ProcessModifyPageSlot (
rRequest,
pCurrentPage,
- mpSlideSorter->GetModel().GetPageType());
+ PK_STANDARD);
Cancel();
rRequest.Done ();
}