diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-07-04 10:28:52 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-07-04 10:28:52 +0000 |
commit | 707547a117b8cc9886362557afbd48446a0ffe34 (patch) | |
tree | 1b2a2c5cb673457e880723e2e6f7c83bb11900e7 /vcl/source/gdi/impprn.cxx | |
parent | f283bff6d5ab3f01147c4ec3651028cae1be4e86 (diff) |
#89094#: set gradient action to executed after special treatment
Diffstat (limited to 'vcl/source/gdi/impprn.cxx')
-rw-r--r-- | vcl/source/gdi/impprn.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/gdi/impprn.cxx b/vcl/source/gdi/impprn.cxx index 39cfcd3d1382..fa3c038a8251 100644 --- a/vcl/source/gdi/impprn.cxx +++ b/vcl/source/gdi/impprn.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impprn.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ka $ $Date: 2001-05-07 10:35:51 $ + * last change: $Author: ka $ $Date: 2001-07-04 11:28:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -213,6 +213,7 @@ void ImplQPrinter::ImplPrintMtf( GDIMetaFile& rMtf, long nMaxBmpDPIX, long nMaxB { MetaGradientAction* pGradientAction = (MetaGradientAction*) pAct; DrawGradientEx( this, pGradientAction->GetRect(), pGradientAction->GetGradient() ); + bExecuted = sal_True; } else if( nType == META_BMPSCALE_ACTION ) { |