summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/drawview.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 16:43:15 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 16:43:15 +0000
commita482eef37c950af29d5179e01edecf440dd5d85e (patch)
tree3017703ad934e3f21842872c093e3e9af2c4b996 /sd/source/ui/inc/drawview.hxx
parentaa978d331ed144a91cb192755e3e3c569fc0b3b2 (diff)
INTEGRATION: CWS sdwarningsbegone (1.9.74); FILE MERGED
2006/11/22 15:08:24 cl 1.9.74.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/22 12:42:04 cl 1.9.74.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/inc/drawview.hxx')
-rw-r--r--sd/source/ui/inc/drawview.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx
index 4398fd6f50df..5af845c92707 100644
--- a/sd/source/ui/inc/drawview.hxx
+++ b/sd/source/ui/inc/drawview.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drawview.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:33:34 $
+ * last change: $Author: kz $ $Date: 2006-12-12 17:43:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,7 +68,7 @@ public:
virtual ~DrawView (void);
virtual void MarkListHasChanged();
- void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, ::sdr::contact::ViewObjectContactRedirector* pRedirector = 0L);
+ void CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, USHORT nPaintMode = 0, ::sdr::contact::ViewObjectContactRedirector* pRedirector = 0L);
virtual BOOL SetAttributes(const SfxItemSet& rSet, BOOL bReplaceAll = FALSE);
@@ -97,12 +97,12 @@ protected:
private:
friend class DrawViewRedirector;
- DrawDocShell* pDocShell;
- DrawViewShell* pDrawViewShell;
- VirtualDevice* pVDev;
+ DrawDocShell* mpDocShell;
+ DrawViewShell* mpDrawViewShell;
+ VirtualDevice* mpVDev;
- USHORT nPOCHSmph; // zum blockieren des PageOrderChangedHint
- Slideshow* mpSlideShow;
+ USHORT mnPOCHSmph; // zum blockieren des PageOrderChangedHint
+ Slideshow* mpSlideShow;
};
} // end of namespace sd