diff options
author | gt <gt@openoffice.org> | 2002-10-28 06:48:30 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2002-10-28 06:48:30 +0000 |
commit | dfa75eaa324982c54b6a2985d0fcd02a65d62b7e (patch) | |
tree | b95d5831b7c10604b9b98ad3be85bae21725f804 /svtools | |
parent | 91ba51a4a7e672013373d71392658878bbb8ebf4 (diff) |
#104468# SvTreeListBox::KeyInput(): reset SVLBOX_IS_TRAVELSELECT after KeyInput()
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/svtreebx.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/contnr/svtreebx.cxx b/svtools/source/contnr/svtreebx.cxx index 87664a6c19bd..3e6d92126aa9 100644 --- a/svtools/source/contnr/svtreebx.cxx +++ b/svtools/source/contnr/svtreebx.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svtreebx.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: pb $ $Date: 2002-09-25 12:03:38 $ + * last change: $Author: gt $ $Date: 2002-10-28 07:48:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -819,10 +819,10 @@ void SvTreeListBox::KeyInput( const KeyEvent& rKEvt ) } #endif - nImpFlags &= ~SVLBOX_IS_TRAVELSELECT; - if( !pImp->KeyInput( rKEvt ) ) SvLBox::KeyInput( rKEvt ); + + nImpFlags &= ~SVLBOX_IS_TRAVELSELECT; } void SvTreeListBox::RequestingChilds( SvLBoxEntry* pParent ) |