Tag: cws_src680_dba23ui
User: fs      
Date: 2007-05-21 11:13:32+0000
Log:
 no RTL for the inner text window, which displays an (English) SQL command
 Issue number:  #i76685#
 Submitted by:  [EMAIL PROTECTED]
 Reviewed by:   [EMAIL PROTECTED]

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: QueryTextView.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryTextView.cxx?r1=1.20&r2=1.20.58.1
Delta lines:  +4 -3
-------------------
--- QueryTextView.cxx   2006-09-17 07:23:35+0000        1.20
+++ QueryTextView.cxx   2007-05-21 11:13:29+0000        1.20.58.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: QueryTextView.cxx,v $
  *
- *  $Revision: 1.20 $
+ *  $Revision: 1.20.58.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/09/17 07:23:35 $
+ *  last change: $Author: fs $ $Date: 2007/05/21 11:13:29 $
  *
  *  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 @@
 {
        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 ) );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to