summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuvect.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:31:47 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:31:47 +0000
commit6b1c29b130e1172001ae8bcc007324821ca45393 (patch)
tree5b2991a7c18227741980fe1ee8436002fb212fb8 /sd/source/ui/func/fuvect.cxx
parent6a401428d06db02870d51399d18927cc02c673f9 (diff)
INTEGRATION: CWS aw024 (1.5.174); FILE MERGED
2006/09/21 23:18:33 aw 1.5.174.6: RESYNC: (1.8-1.9); FILE MERGED 2006/08/03 16:32:54 aw 1.5.174.5: RESYNC: (1.7-1.8); FILE MERGED 2006/01/26 19:58:16 aw 1.5.174.4: RESYNC: (1.6-1.7); FILE MERGED 2005/09/17 11:38:21 aw 1.5.174.3: RESYNC: (1.5-1.6); FILE MERGED 2005/05/26 11:24:36 aw 1.5.174.2: #i39531# 2005/05/19 12:11:28 aw 1.5.174.1: #i39529#
Diffstat (limited to 'sd/source/ui/func/fuvect.cxx')
-rw-r--r--sd/source/ui/func/fuvect.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/func/fuvect.cxx b/sd/source/ui/func/fuvect.cxx
index 42c9d7b005cc..030249ba5b7c 100644
--- a/sd/source/ui/func/fuvect.cxx
+++ b/sd/source/ui/func/fuvect.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fuvect.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 18:58:23 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:31:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,7 +113,7 @@ void FuVectorize::DoExecute( SfxRequest& rReq )
if( pDlg && pDlg->Execute() == RET_OK )
{
const GDIMetaFile& rMtf = pDlg->GetGDIMetaFile(); //CHINA001 const GDIMetaFile& rMtf = aDlg.GetGDIMetaFile();
- SdrPageView* pPageView = pView->GetPageViewPvNum( 0 );
+ SdrPageView* pPageView = pView->GetSdrPageView();
if( pPageView && rMtf.GetActionCount() )
{
@@ -124,7 +124,7 @@ void FuVectorize::DoExecute( SfxRequest& rReq )
aStr.Append( String( SdResId( STR_UNDO_VECTORIZE ) ) );
pView->BegUndo( aStr );
pVectObj->SetGraphic( rMtf );
- pView->ReplaceObject( pObj, *pPageView, pVectObj );
+ pView->ReplaceObjectAtView( pObj, *pPageView, pVectObj );
pView->EndUndo();
}
}