diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-11-05 09:08:54 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-11-05 09:08:54 +0000 |
commit | 84b8d4ca2228856b83f622d1474499e88ba42899 (patch) | |
tree | 1ebab1929df230370c09de13f0c18eca33585999 | |
parent | 1256a86f77ac966e344e87a86b5e5d1cd535e0f8 (diff) |
#104700# remove loseFocus
-rw-r--r-- | svx/source/form/filtnav.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 72afd809d569..77fcf6df5cac 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -2,9 +2,9 @@ * * $RCSfile: filtnav.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: oj $ $Date: 2002-11-05 10:06:13 $ + * last change: $Author: oj $ $Date: 2002-11-05 10:08:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2074,12 +2074,6 @@ void FmFilterNavigator::DeleteSelection() m_pModel->CheckIntegrity(m_pModel); } // ----------------------------------------------------------------------------- -void FmFilterNavigator::LoseFocus() -{ - if ( IsEditingActive() ) - EndEditing(); - SvTreeListBox::LoseFocus(); -} //======================================================================== // class FmFilterNavigatorWin |