diff options
author | Jennifer Liebel <jliebel94@gmail.com> | 2014-11-05 12:21:07 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:50 +0000 |
commit | 93f5b9be9f4c01ac0d863a193f4ef33dfd194af0 (patch) | |
tree | 86908f34b46a5f7dd21ee5bfae5d0839eb839bd9 /svtools | |
parent | 3581188901d04baed3624473bd180b6c8b4a4358 (diff) |
changed timer to idle
Change-Id: I321ddf0411bf66ffce648f6d27e1669194bf80db
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/tabbar.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index 36d8ce0105bc..15df257b92b8 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -324,7 +324,7 @@ IMPL_LINK( TabBarEdit, ImplEndEditHdl, void*, pCancel ) ResetPostEvent(); maLoseFocusTimer.Stop(); - // We need this query, because the edit get a losefous event, + // We need this query, because the edit gets a losefocus event, // when it shows the context menu or the insert symbol dialog if ( !HasFocus() && HasChildPathFocus( true ) ) { @@ -345,7 +345,7 @@ IMPL_LINK_NOARG(TabBarEdit, ImplEndTimerHdl) if ( HasFocus() ) return 0; - // We need this query, because the edit get a losefous event, + // We need this query, because the edit gets a losefocus event, // when it shows the context menu or the insert symbol dialog if ( HasChildPathFocus( true ) ) maLoseFocusTimer.Start(); |