From 2c56985107086c6ad5420738cb6db7d7c9713dbd Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 8 Sep 2004 16:47:00 +0000 Subject: INTEGRATION: CWS dba15 (1.32.36); FILE MERGED 2004/07/29 14:17:17 fs 1.32.36.1: #i30625# #i30618# +ImplDrawFrame (approved by dv/ssa) --- vcl/source/control/combobox.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'vcl/source/control') diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index b88ebbdd69a6..efd811e93a4f 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: combobox.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: obo $ $Date: 2004-07-05 15:41:42 $ + * last change: $Author: hr $ $Date: 2004-09-08 17:47:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1228,8 +1228,7 @@ void ComboBox::Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, U // aRect.Top() += nEditHeight; if ( bBorder ) { - DecorationView aDecoView( pDev ); - aRect = aDecoView.DrawFrame( aRect, FRAME_DRAW_DOUBLEIN ); + ImplDrawFrame( pDev, aRect ); } if ( bBackground ) { -- cgit