summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:16:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:16:53 +0000
commita8f2e963c10c634d096b43eb5f6a6e3d1fe7a3a0 (patch)
treeff1332ab9670d41ae3e8bacf1bfc54283cf2b13b /sd
parent52a82aab57d828fa7eaeec50c14d72a96cafb509 (diff)
INTEGRATION: CWS aw033 (1.3.24); FILE MERGED
2008/06/25 13:04:56 aw 1.3.24.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/16 13:06:03 aw 1.3.24.1: adaptions after resync
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx b/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx
index 93e343653cc3..9220532239ab 100644
--- a/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx
@@ -8,7 +8,7 @@
*
* $RCSfile: SlsCurrentSlideManager.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -39,7 +39,6 @@
#include "controller/SlsCurrentSlideManager.hxx"
#include "view/SlideSorterView.hxx"
#include "view/SlsPageObjectViewObjectContact.hxx"
-#include "view/SlsHighlightObject.hxx"
#include "ViewShellBase.hxx"
#include "ViewShell.hxx"
#include "DrawViewShell.hxx"
@@ -124,9 +123,6 @@ void CurrentSlideManager::AcquireCurrentSlide (const sal_Int32 nSlideIndex)
if (mpCurrentSlide.get() != NULL)
{
mpCurrentSlide->SetIsCurrentPage(true);
- view::HighlightObject* pObject = mrSlideSorter.GetController().GetHighlightObject();
- if (pObject != NULL)
- pObject->SetSlide(mpCurrentSlide);
mrSlideSorter.GetView().RequestRepaint(mpCurrentSlide);
}
}