summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-12 04:35:02 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-12 04:35:02 +0000
commitd51bad12db8956cc6d79a9dc68038742f157f463 (patch)
tree1d763b7f3aa268b8c29afe613598d379bad77473
parent1e33c6a373da0da6ca02f607c1da5c8c94d42d91 (diff)
INTEGRATION: CWS dba23ui (1.20.58); FILE MERGED
2007/05/21 11:13:29 fs 1.20.58.1: no RTL for the inner text window, which displays an (English) SQL command Issue number: #i76685# Submitted by: ayaniger@openoffice.org Reviewed by: frank.schoenheit@sun.com
-rw-r--r--dbaccess/source/ui/querydesign/QueryTextView.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx
index 86cc4305a..d95bb9a14 100644
--- a/dbaccess/source/ui/querydesign/QueryTextView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: QueryTextView.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 07:23:35 $
+ * last change: $Author: obo $ $Date: 2007-06-12 05:35:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,6 +95,7 @@ OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent)
{
DBG_CTOR(OQueryTextView,NULL);
m_pEdit = new OSqlEdit(this);
+ m_pEdit->SetRightToLeft(FALSE);
m_pEdit->ClearModifyFlag();
m_pEdit->SaveValue();
m_pEdit->SetPosPixel( Point( 0, 0 ) );