diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:09:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:09:34 +0000 |
commit | d62c007e5bffaab0945b9ebaab35d4d051f8c937 (patch) | |
tree | c258971684f8f2cf63ddf58ed5f983adbd27319a /vcl/source/gdi/outdev4.cxx | |
parent | cfeb69a98d36b3593a578fdbbf01474ce69d4802 (diff) |
INTEGRATION: CWS aquavcl05_DEV300 (1.25.146); FILE MERGED
2008/02/18 15:46:39 pl 1.25.146.2: #i86095# better optimization of invalidate rects
2008/02/14 21:31:53 pl 1.25.146.1: optimize flush operations for e.g. gradient
Diffstat (limited to 'vcl/source/gdi/outdev4.cxx')
-rw-r--r-- | vcl/source/gdi/outdev4.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx index bb3d8315a958..23d9aa29c804 100644 --- a/vcl/source/gdi/outdev4.cxx +++ b/vcl/source/gdi/outdev4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outdev4.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: rt $ $Date: 2007-07-24 10:12:41 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:09:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,8 @@ #endif #include "pdfwriter_impl.hxx" +#include "vcl/window.h" +#include "vcl/salframe.hxx" // ----------- // - Defines - |