diff options
author | Malte Timmermann [mt] <malte.timmermann@sun.com> | 2010-03-03 09:52:31 +0100 |
---|---|---|
committer | Malte Timmermann [mt] <malte.timmermann@sun.com> | 2010-03-03 09:52:31 +0100 |
commit | 525ea6a5f57aa0863cb4c80fec1e6e183e781912 (patch) | |
tree | f91340000a62ef7ca442aa9a090ef7e97b4a7f72 /vcl/source/control | |
parent | 4cb2415ea9e405d813125fb73aac8c2cbddbfcec (diff) |
mtaccfixes: undo some changes from vcl108, which I solved differenlty with mtaccfixes (tab control)
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/tabctrl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index aac67a3428bf..741267044829 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -1717,9 +1717,6 @@ long TabControl::PreNotify( NotifyEvent& rNEvt ) long TabControl::Notify( NotifyEvent& rNEvt ) { - // after upgrading to m71, remove changes from VCL108 - // http://hg.services.openoffice.org/cws/vcl108/rev/68a2dcff2b44 - long nRet = 0; if ( rNEvt.GetType() == EVENT_KEYINPUT ) |