summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-10-04 19:26:22 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-10-05 18:51:33 -0500
commit87225f56fcd7f18c340e1da32209721a48588a8a (patch)
treece622752fc2bfdebdfcb42b638034e07c24f6b29
parente7b59cd7101b1077c5087430ff69a650c6bdd556 (diff)
accfixes2: MultiLineEdit: Avoid some focus events in certain windows
-rw-r--r--svtools/source/edit/svmedit.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/edit/svmedit.cxx b/svtools/source/edit/svmedit.cxx
index 476a452dba32..93ad024635df 100644
--- a/svtools/source/edit/svmedit.cxx
+++ b/svtools/source/edit/svmedit.cxx
@@ -935,7 +935,6 @@ void TextWindow::Command( const CommandEvent& rCEvt )
void TextWindow::GetFocus()
{
- Window::GetFocus();
if ( !mbActivePopup )
{
sal_Bool bGotoCursor = !mpExtTextView->IsReadOnly();
@@ -1243,7 +1242,6 @@ void MultiLineEdit::GetFocus()
if ( !pImpSvMEdit ) // might be called from within the dtor, when pImpSvMEdit == NULL is a valid state
return;
- Edit::GetFocus();
pImpSvMEdit->GetFocus();
}