summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:17:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:17:30 +0000
commit6104728bf1e8d266c1173286f767269e77ea15c2 (patch)
tree04bd8da7723c4678556bc9a7f9a059715b3daa61 /sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
parentd6b65dc91dd9bab14da9968d038a4b47c1c75ac1 (diff)
INTEGRATION: CWS aw033 (1.11.36); FILE MERGED
2008/05/14 14:51:12 aw 1.11.36.2: RESYNC: (1.11-1.14); FILE MERGED 2008/01/29 10:34:21 aw 1.11.36.1: updated refresh for ActionChanged(), diverse removals
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
index 2da31f6104ba..360ecaba703c 100644
--- a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SlideSorterView.hxx,v $
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
* This file is part of OpenOffice.org.
*
@@ -167,11 +167,7 @@ public:
void HandleDrawModeChange (void);
virtual void Resize (void);
- virtual void CompleteRedraw (
- OutputDevice* pDevice,
- const Region& rPaintArea,
- USHORT nPaintMode,
- ::sdr::contact::ViewObjectContactRedirector* pRedirector = 0L);
+ virtual void CompleteRedraw (OutputDevice* pDevice, const Region& rPaintArea, sdr::contact::ViewObjectContactRedirector* pRedirector = 0L);
virtual void InvalidateOneWin (
::Window& rWindow);
virtual void InvalidateOneWin (
@@ -245,7 +241,8 @@ protected:
private:
SlideSorter& mrSlideSorter;
model::SlideSorterModel& mrModel;
- /// This model is used for the maPage object.
+ /// This model is used for the maPage object and for the page visualizers
+ /// (SdrPageObj)
SdrModel maPageModel;
/** This page acts as container for the page objects that represent the
pages of the document that is represented by the SlideSorterModel.