summaryrefslogtreecommitdiff
path: root/sd/source/filter/grf
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 13:57:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 13:57:06 +0000
commit03219768dd1aa0a19e6a9f131290026588d4b728 (patch)
tree745eb09ca93d8ab6af591f38104b62bb20140b7c /sd/source/filter/grf
parent47c09675d59e55a04a0ee7cea20359092be4c109 (diff)
INTEGRATION: CWS aw013 (1.8.66); FILE MERGED
2004/06/24 09:33:06 aw 1.8.66.2: #i29181# 2004/06/15 16:24:51 aw 1.8.66.1: #117095#
Diffstat (limited to 'sd/source/filter/grf')
-rw-r--r--sd/source/filter/grf/sdgrffilter.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx
index 8546fa602ffc..6aa2e8ded8ba 100644
--- a/sd/source/filter/grf/sdgrffilter.cxx
+++ b/sd/source/filter/grf/sdgrffilter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdgrffilter.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 15:46:53 $
+ * last change: $Author: rt $ $Date: 2004-07-12 14:57:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -423,12 +423,12 @@ sal_Bool SdGRFFilter::Export()
> SdrPageView:
> // rReg bezieht sich auf's OutDev, nicht auf die Page
- > void InitRedraw( ... );
+ > void CompleteRedraw( ... );
and setting the origin to -aNewOrg we have to use aNewOrg
- instead of (0,0) for the Clip-Region to InitRedraw
+ instead of (0,0) for the Clip-Region to CompleteRedraw
*/
- pView->InitRedraw( &aVDev, Region( Rectangle( aNewOrg, aNewSize ) ) );
+ pView->CompleteRedraw( &aVDev, Region( Rectangle( aNewOrg, aNewSize ) ) );
aVDev.Pop();
aMtf.Stop();
@@ -453,7 +453,7 @@ sal_Bool SdGRFFilter::Export()
{
if( !bVectorType )
{
- const SdrMarkList& rMarkList = pView->GetMarkList();
+ const SdrMarkList& rMarkList = pView->GetMarkedObjectList();
BOOL bGraf = FALSE;
if( rMarkList.GetMarkCount() == 1 )