summaryrefslogtreecommitdiff
path: root/sw/source/core/view/vdraw.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:49:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 14:49:05 +0000
commita2a08f8a9ac52dcfce1ef6abcb32f5207503fb58 (patch)
tree714cf3f5584e9660588eeca652c0cf585f67d2d9 /sw/source/core/view/vdraw.cxx
parent1ea8490bb5fd364efb5801bfceffdb67f534d485 (diff)
INTEGRATION: CWS aw013 (1.12.174); FILE MERGED
2004/06/24 09:35:44 aw 1.12.174.2: #i29181# 2004/06/15 16:30:33 aw 1.12.174.1: #117095#
Diffstat (limited to 'sw/source/core/view/vdraw.cxx')
-rw-r--r--sw/source/core/view/vdraw.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/view/vdraw.cxx b/sw/source/core/view/vdraw.cxx
index 1c3b2683af75..015914766e95 100644
--- a/sw/source/core/view/vdraw.cxx
+++ b/sw/source/core/view/vdraw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vdraw.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hjs $ $Date: 2004-06-28 13:46:32 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:49:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -281,7 +281,7 @@ void SwViewImp::PaintLayer( const SdrLayerID _nLayerID,
//#110094#-3
//Link aLnk( LINK( this, SwViewImp, PaintDispatcher ) );
pOutDev->Push( PUSH_LINECOLOR ); // #114231#
- GetPageView()->InitRedraw( _nLayerID, _rRect.SVRect(),
+ GetPageView()->DrawLayer( _nLayerID, _rRect.SVRect(),
pOutDev,
GetShell()->IsPreView() ? SDRPAINTMODE_ANILIKEPRN : 0);
pOutDev->Pop();
@@ -381,7 +381,7 @@ BOOL SwViewImp::IsDragPossible( const Point &rPoint )
if ( !HasDrawView() )
return FALSE;
- const SdrMarkList &rMrkList = GetDrawView()->GetMarkList();
+ const SdrMarkList &rMrkList = GetDrawView()->GetMarkedObjectList();
if( !rMrkList.GetMarkCount() )
return FALSE;