summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/ui/table/tabledlg.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/table/tabledlg.cxx b/sw/source/ui/table/tabledlg.cxx
index 31aaae86a5f8..fcf8f5490a2e 100644
--- a/sw/source/ui/table/tabledlg.cxx
+++ b/sw/source/ui/table/tabledlg.cxx
@@ -581,9 +581,6 @@ void SwFormatTablePage::ActivatePage( const SfxItemSet& rSet )
DeactivateRC SwFormatTablePage::DeactivatePage( SfxItemSet* _pSet )
{
- //os: VCL doesn't take care of making the active widget
- //in the dialog lose the focus
- m_xNameED->grab_focus();
//test the table name for spaces
OUString sTableName = m_xNameED->get_text();
if(sTableName.indexOf(' ') != -1)