summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-01 13:48:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-04 11:23:59 +0000
commit2cc80091f7da7ff874f2de9f0c738721fa041b76 (patch)
treedf9f816a97a1753ec90fe898ea66d64673d31f37 /sc
parentecda52f6b3919950870f3ddb195d34d3baf71168 (diff)
GraveFocus->GrabFocus
Change-Id: If60c593cff51a3c0d29d423746054ec8f4c796e5
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/pagedlg/tphf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx
index 18e23b81b36d..2c62c9b9a6dd 100644
--- a/sc/source/ui/pagedlg/tphf.cxx
+++ b/sc/source/ui/pagedlg/tphf.cxx
@@ -181,8 +181,8 @@ IMPL_LINK_NOARG(ScHFPage, TurnOnHdl)
IMPL_LINK_NOARG(ScHFPage, BtnHdl)
{
- // When the Edit-Dialog is directly called up from the Button's Click-Handler,
- // the GraveFocus from the Edit-Dialog under OS/2 doesn't work.(Bug #41805#).
+ // When the Edit-Dialog is directly called from the Button's Click-Handler,
+ // the GrabFocus from the Edit-Dialog under OS/2 doesn't work.(Bug #41805#).
// With the new StarView, this workaround should be again considered!
Application::PostUserEvent( LINK( this, ScHFPage, HFEditHdl ) );