Tag: cws_src680_qiq
User: fs      
Date: 06/05/10 04:07:43

Modified:
 /dba/dbaccess/source/ui/querydesign/
  SelectionBrowseBox.cxx

Log:
 #i51143# also numeric expressions can be part of a 'table', e.g. in SELECT a * 
b FROM <query>

File Changes:

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

File [changed]: SelectionBrowseBox.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.66&r2=1.66.66.1
Delta lines:  +4 -4
-------------------
--- SelectionBrowseBox.cxx      16 Jan 2006 15:30:24 -0000      1.66
+++ SelectionBrowseBox.cxx      10 May 2006 11:07:41 -0000      1.66.66.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: SelectionBrowseBox.cxx,v $
  *
- *  $Revision: 1.66 $
+ *  $Revision: 1.66.66.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/01/16 15:30:24 $
+ *  last change: $Author: fs $ $Date: 2006/05/10 11:07:41 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -560,7 +560,7 @@
                {
                        m_pTableCell->Clear();
                        enableControl(pEntry,m_pTableCell);
-                       if ( !pEntry->isCondition() && !pEntry->isNumeric() )
+                       if ( !pEntry->isCondition() )
                        {
                                OJoinTableView::OTableWindowMap* pTabWinList = 
getDesignView()->getTableView()->GetTabWinMap();
                                if (pTabWinList)




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

Reply via email to