diff options
author | Sven Jacobi <sj@openoffice.org> | 2001-08-21 14:28:03 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2001-08-21 14:28:03 +0000 |
commit | 8ae5846551e8258996a271d5fb9a165df5347d39 (patch) | |
tree | 47bb0287cde49696ffaf518cf0c8bc9a807111c7 /goodies | |
parent | 1f8b28910e880b2b7632e948766225065733e119 (diff) |
#90595# solved clipping problem
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/eps/eps.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/eps/eps.cxx b/goodies/source/filter.vcl/eps/eps.cxx index b309e747a591..3b1d11c12683 100644 --- a/goodies/source/filter.vcl/eps/eps.cxx +++ b/goodies/source/filter.vcl/eps/eps.cxx @@ -2,9 +2,9 @@ * * $RCSfile: eps.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: svesik $ $Date: 2001-08-09 12:44:21 $ + * last change: $Author: sj $ $Date: 2001-08-21 15:28:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -958,7 +958,7 @@ void PSWriter::ImplWriteActions( const GDIMetaFile& rMtf ) aClipRegion = pA->GetRect(); else aClipRegion.Intersect( pA->GetRect() ); - bRegionChanged = FALSE; + bRegionChanged = TRUE; ImplSetClipRegion(); } break; |