summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authormst <mst@openoffice.org>2011-09-17 22:43:09 +0000
committerThorsten Behrens <tbehrens@suse.com>2011-11-29 17:57:32 +0100
commitd00e10d0d5b1fb0eacd44f1599ea718a7bccf584 (patch)
tree9df45d1f4d5cfe8638346314b1bf473bb9b99541 /sd
parent86e093007b4f87caa785455abae043d6427c7070 (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 * found as LGPLv3-only fix at svn rev 1172130 (http://svn.apache.org/viewvc?view=revision&revision=1172130)
Diffstat (limited to 'sd')
-rw-r--r--sd/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 af2bf1df3928..df67a539a52d 100644
--- 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