summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev2.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-13 17:00:38 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-13 17:00:38 +0000
commit851f3e270ba408c864657f7de63177dd139f1a6b (patch)
tree97112d1a8029494f977d2b9ae1a748f55cf668b8 /vcl/source/gdi/outdev2.cxx
parent5f5a8de77e06443c59bcf50d15e47b5fe67615ea (diff)
INTEGRATION: CWS vclcompact (1.24.82); FILE MERGED
2004/12/16 14:51:02 ssa 1.24.82.2: RESYNC: (1.24-1.25); FILE MERGED 2004/12/14 16:32:37 ssa 1.24.82.1: hide Window members (pImpl)
Diffstat (limited to 'vcl/source/gdi/outdev2.cxx')
-rw-r--r--vcl/source/gdi/outdev2.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx
index d31bcdd2deaf..e0366b73fc40 100644
--- a/vcl/source/gdi/outdev2.cxx
+++ b/vcl/source/gdi/outdev2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outdev2.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:42:51 $
+ * last change: $Author: kz $ $Date: 2005-01-13 18:00:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,6 +110,9 @@
#ifndef _SV_WINDOW_HXX
#include <window.hxx>
#endif
+#ifndef _SV_WINDOW_H
+#include <window.h>
+#endif
#ifndef _SV_SALLAYOUT_HXX
#include <sallayout.hxx>
#endif
@@ -244,7 +247,7 @@ void OutputDevice::ImplDrawOutDevDirect( const OutputDevice* pSrcDev, void* pVoi
}
else
{
- if ( ((Window*)this)->mpFrameWindow == ((Window*)pSrcDev)->mpFrameWindow )
+ if ( ((Window*)this)->mpWindowImpl->mpFrameWindow == ((Window*)pSrcDev)->mpWindowImpl->mpFrameWindow )
pGraphics2 = NULL;
else
{