diff options
author | Malte Timmermann <mt@openoffice.org> | 2002-04-24 13:49:10 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2002-04-24 13:49:10 +0000 |
commit | f7f0159a55f87c31e365961e67852b7345a060e9 (patch) | |
tree | e48f2b2c6f22475f6d40f51c5bf9137f126484c4 /vcl | |
parent | ba3bb39e783bc7390551b0cc23c60795284a3f71 (diff) |
#97791# StateChange - ENABLE
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/combobox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index 45959422ad08..e94dab5ff438 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: combobox.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: pl $ $Date: 2002-04-19 12:11:57 $ + * last change: $Author: mt $ $Date: 2002-04-24 14:49:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -641,7 +641,7 @@ void ComboBox::StateChanged( StateChangedType nType ) { Edit::StateChanged( nType ); - if ( ( nType == STATE_CHANGE_ENABLE ) || ( nType == STATE_CHANGE_READONLY ) ) + if ( nType == STATE_CHANGE_READONLY ) { mpImplLB->SetReadOnly( IsReadOnly() ); if ( mpBtn ) |