summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:47:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:47:00 +0000
commit2c56985107086c6ad5420738cb6db7d7c9713dbd (patch)
tree7920100012eada576b27617e674ff72cba561790 /vcl/source/control
parent3e6d080e90a4e73d0b0046812780fb46e620a9d4 (diff)
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)
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/combobox.cxx7
1 files changed, 3 insertions, 4 deletions
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 )
{