summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlideSorterController.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:35:32 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:35:32 +0000
commitc57bf37fcc1afdeeb322b78ff4f1ed9f2c43725a (patch)
treee96a6c4d0cd35ef36a2b31aa82c72d73c13829d0 /sd/source/ui/slidesorter/controller/SlideSorterController.cxx
parent5083c58b1ce43a37b384a8f8621dca5401c797ac (diff)
INTEGRATION: CWS aw024 (1.18.34); FILE MERGED
2006/09/21 23:24:08 aw 1.18.34.8: RESYNC: (1.34-1.35); FILE MERGED 2006/05/17 10:01:34 aw 1.18.34.7: changes after resync 2006/05/12 20:38:10 aw 1.18.34.6: RESYNC: (1.31-1.34); FILE MERGED 2006/01/26 20:12:20 aw 1.18.34.5: RESYNC: (1.28-1.31); FILE MERGED 2005/11/18 14:40:07 aw 1.18.34.4: RESYNC: (1.23-1.28); FILE MERGED 2005/09/17 13:14:27 aw 1.18.34.3: RESYNC: (1.20-1.23); FILE MERGED 2005/07/22 09:31:21 aw 1.18.34.2: RESYNC: (1.18-1.20); FILE MERGED 2005/05/19 12:11:33 aw 1.18.34.1: #i39529#
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlideSorterController.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlideSorterController.cxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx
index 0cf4daada8a4..a1978d4de02c 100644
--- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx
+++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SlideSorterController.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:05:10 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:35:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -109,6 +109,10 @@
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#endif
+#ifndef _SV_SVAPP_HXX
+#include <vcl/svapp.hxx>
+#endif
+
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::sd::slidesorter::model;
@@ -158,8 +162,8 @@ SlideSorterController::SlideSorterController (
// class.
::sd::Window* pWindow = GetViewShell().GetActiveWindow();
pWindow->SetBackground (Wallpaper());
- mrView.AddWin (pWindow);
- mrView.SetActualWin (pWindow);
+ mrView.AddWindowToPaintView(pWindow);
+ mrView.SetActualWin(pWindow);
pWindow->SetCenterAllowed (false);
pWindow->SetViewSize (mrView.GetModelArea().GetSize());
mrView.HandleModelChange();