summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mst@apache.org>2011-09-17 21:43:09 +0000
committerMichael Stahl <mst@apache.org>2011-09-17 21:43:09 +0000
commitb72e5fbd8b3bf9239510936a39ec170a4c82f1b8 (patch)
tree2d5ff45207285b769cd7f16d6dd691f1a5b0e33e /sd
parente04933442de533668c46e8ed7dc7bafd2a844f0a (diff)
slidesorter1: #i114252# Fixed selection in slidesorter.
# HG changeset patch # User Andre Fischer<andre.f.fischer@oracle.com> # Date 1298997222 -3600 # Node ID bca8ed5c98e5c645a6c69c7fb90cd3da84627212 # Parent 5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/slidesorter/controller/SlsListener.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsListener.cxx b/sd/source/ui/slidesorter/controller/SlsListener.cxx
index 4f911e9bb374..46bc680ab6f5 100755
--- a/sd/source/ui/slidesorter/controller/SlsListener.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsListener.cxx
@@ -505,7 +505,6 @@ void SAL_CALL Listener::propertyChange (
String(RTL_CONSTASCII_USTRINGPARAM("Number")));
sal_Int32 nCurrentPage = 0;
aPageNumber >>= nCurrentPage;
- mrController.GetPageSelector().GetCoreSelection();
// The selection is already set but we call SelectPage()
// nevertheless in order to make the new current page the
// last recently selected page of the PageSelector. This is