summaryrefslogtreecommitdiff
path: root/svx/source/form/filtnav.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-08 09:25:39 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-08 09:25:39 +0000
commit537c0bf53529ffc951bb0d8496fd877631589b05 (patch)
treee9bff7e54923e26eae1dda385b6740979d659f4a /svx/source/form/filtnav.cxx
parent140fbde2b763388276f51461458e863818f9bb4b (diff)
#97405# parse focus event to treelistbox
Diffstat (limited to 'svx/source/form/filtnav.cxx')
-rw-r--r--svx/source/form/filtnav.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index 03515b6908d7..13f6710b0aaf 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filtnav.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: fs $ $Date: 2002-01-21 08:34:31 $
+ * last change: $Author: oj $ $Date: 2002-02-08 10:25:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2047,6 +2047,14 @@ void FmFilterNavigatorWin::Resize()
m_pNavigator->SetPosSizePixel( aExplPos, aExplSize );
}
+// -----------------------------------------------------------------------------
+void FmFilterNavigatorWin::GetFocus()
+{
+ // oj #97405#
+ if ( m_pNavigator )
+ m_pNavigator->GrabFocus();
+}
+// -----------------------------------------------------------------------------
//========================================================================