summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdxcgv.cxx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 10:07:23 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 10:07:23 +0000
commitd7c538596b147fd664b232eea0b684af7d8eca4c (patch)
treed1183c26e33071aa8209f83861528aaa3c0922d4 /svx/source/svdraw/svdxcgv.cxx
parentad7190765d8e5cf874d064043fb64862b61f052d (diff)
INTEGRATION: CWS aw019 (1.19.136); FILE MERGED
2004/10/18 19:46:36 aw 1.19.136.2: RESYNC: (1.19-1.20); FILE MERGED 2004/10/06 16:18:24 aw 1.19.136.1: #i34831#
Diffstat (limited to 'svx/source/svdraw/svdxcgv.cxx')
-rw-r--r--svx/source/svdraw/svdxcgv.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdxcgv.cxx b/svx/source/svdraw/svdxcgv.cxx
index ee69bce72770..6e39e347d8ae 100644
--- a/svx/source/svdraw/svdxcgv.cxx
+++ b/svx/source/svdraw/svdxcgv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdxcgv.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 17:55:22 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 11:07:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ SdrExchangeView::SdrExchangeView(SdrModel* pModel1, OutputDevice* pOut):
{
}
-SdrExchangeView::SdrExchangeView(SdrModel* pModel1, ExtOutputDevice* pXOut):
+SdrExchangeView::SdrExchangeView(SdrModel* pModel1, XOutputDevice* pXOut):
SdrObjEditView(pModel1,pXOut)
{
}
@@ -665,7 +665,7 @@ Graphic SdrExchangeView::GetObjGraphic( SdrModel* pModel, SdrObject* pObj )
if( ( GRAPHIC_NONE == aRet.GetType() ) || ( GRAPHIC_DEFAULT == aRet.GetType() ) )
{
VirtualDevice aOut;
- ExtOutputDevice aXOut( &aOut);
+ XOutputDevice aXOut( &aOut);
SdrPaintInfoRec aInfoRec;
GDIMetaFile aMtf;
const Rectangle aBoundRect( pObj->GetCurrentBoundRect() );