summaryrefslogtreecommitdiff
path: root/vcl/source/window/window3.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-16 14:12:59 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-16 14:12:59 +0000
commitaef9e9023387dd4ce38553ecb9c321f4c5cb6d54 (patch)
tree7a862aa2509f6c18ea4d57bfbde315ddec0d3ae7 /vcl/source/window/window3.cxx
parentc0f11f269aba3462570cdec55fde498e5e35c412 (diff)
INTEGRATION: CWS docking4 (1.2.90); FILE MERGED
2004/10/13 12:54:13 ssa 1.2.90.1: #i32193# native widget rendering for toolbars
Diffstat (limited to 'vcl/source/window/window3.cxx')
-rw-r--r--vcl/source/window/window3.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx
index a2bfe3e1df07..b305429c996b 100644
--- a/vcl/source/window/window3.cxx
+++ b/vcl/source/window/window3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: window3.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 15:51:43 $
+ * last change: $Author: obo $ $Date: 2004-11-16 15:12:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,6 +147,7 @@ BOOL Window::DrawNativeControl( ControlType nType,
if( !IsNativeWidgetEnabled() )
return FALSE;
+ /*
if( !IsInPaint() && IsPaintTransparent() )
{
// only required if called directly (ie, we're not in Paint() ):
@@ -158,6 +159,7 @@ BOOL Window::DrawNativeControl( ControlType nType,
Invalidate( aClipRgn, INVALIDATE_UPDATE );
return TRUE;
}
+ */
ImplInitSalControlHandle();