summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/linectrl.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-11-27 11:21:05 +0000
committerChristian Lippka <cl@openoffice.org>2002-11-27 11:21:05 +0000
commitbd9e90f0a424a6cb7f65cb6bd1c4c68efaef1bce (patch)
tree35eacb6cc785e23eb731038201d9b37a5f94e8b7 /svx/source/tbxctrls/linectrl.cxx
parent7b76ddc0345721f1b525de3ffcab5ccf281be1e1 (diff)
#105420# grab focus to value set on GetFocus
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index a7142a714ffa..e1cc6a1862fb 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: linectrl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2002-11-21 17:30:22 $
+ * last change: $Author: cl $ $Date: 2002-11-27 12:21:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -760,6 +760,14 @@ void SvxLineEndWindow::SetSize()
//SetMinOutputSizePixel( aSize );
}
+void SvxLineEndWindow::GetFocus (void)
+{
+ SfxPopupWindow::GetFocus();
+ // Grab the focus to the line ends value set so that it can be controlled
+ // with the keyboard.
+ aLineEndSet.GrabFocus();
+}
+
/*************************************************************************
|*
|* SvxLineEndToolBoxControl