diff options
author | Wol <anthony@youngman.org.uk> | 2010-11-25 01:16:20 +0000 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-24 22:12:39 -0500 |
commit | d54b360929e60cdc0134ec5b3b8738d1f41f5420 (patch) | |
tree | 417cded1d684e9b6a340fa5cdacef86c68966c5a /dbaccess/source/ui/querydesign/QueryTextView.cxx | |
parent | 0b176013df99ee6b10305306b9a9dd07ad51a8a5 (diff) |
Spelling, dead code removal
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryTextView.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryTextView.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx index cd2e92a4d2cd..3e19ab75aa62 100644 --- a/dbaccess/source/ui/querydesign/QueryTextView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx @@ -62,7 +62,6 @@ OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent) m_pEdit->SaveValue(); m_pEdit->SetPosPixel( Point( 0, 0 ) ); m_pEdit->Show(); - // m_pEdit->GrabFocus(); } // ----------------------------------------------------------------------------- OQueryTextView::~OQueryTextView() |