diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 18:24:45 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 18:24:45 +0200 |
commit | 02bdaee3115c6f67afa625c8ee6a4c4b11873fc2 (patch) | |
tree | 5520b010499b85157fa2c6d5d8bad2e453d12852 /vcl/source/control/tabctrl.cxx | |
parent | 4209cd2a3168c16b75dce990c9352d2c933a1476 (diff) | |
parent | 5ce0b830dc8d9e3ec411182693901d95812e390e (diff) |
CWS-TOOLING: integrate CWS vcl110
Diffstat (limited to 'vcl/source/control/tabctrl.cxx')
-rw-r--r-- | vcl/source/control/tabctrl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index 741267044829..89fbe6d3db78 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -1156,8 +1156,6 @@ void TabControl::MouseButtonDown( const MouseEvent& rMEvt ) ImplTabItem* pItem = ImplGetItem( nPageId ); if( pItem && pItem->mbEnabled ) SelectTabPage( nPageId ); - else - Sound::Beep( SOUND_ERROR, this ); } } } |