summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/drawview.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 14:52:06 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 14:52:06 +0000
commite8458faf091bb9f99186af26cd7412b4a34d41d8 (patch)
tree88323a55142fcd2b0374aae245b1e846171e0d47 /sd/source/ui/inc/drawview.hxx
parent7bbd4ba486f5d61d8d673a783c6e5675f22cea7a (diff)
INTEGRATION: CWS interop12 (1.2.24); FILE MERGED
2004/03/17 16:28:54 cl 1.2.24.1: #i26553# do not show placeholders in preview
Diffstat (limited to 'sd/source/ui/inc/drawview.hxx')
-rw-r--r--sd/source/ui/inc/drawview.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx
index 49c1b67cc543..9ff8163b58f0 100644
--- a/sd/source/ui/inc/drawview.hxx
+++ b/sd/source/ui/inc/drawview.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drawview.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 11:50:30 $
+ * last change: $Author: rt $ $Date: 2004-03-30 15:52:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,7 @@ public:
virtual ~DrawView (void);
virtual void MarkListHasChanged();
- void InitRedraw(OutputDevice* pOutDev, const Region& rReg);
+ void InitRedraw(OutputDevice* pOutDev, const Region& rReg, const Link* pPaintProc=NULL );
virtual BOOL SetAttributes(const SfxItemSet& rSet, BOOL bReplaceAll = FALSE);