Tag: cws_src680_oj14
User: oj      
Date: 2007/02/20 07:43:09

Modified:
   dba/dbaccess/source/core/api/RowSet.cxx

Log:
 RESYNC: (1.151-1.152); FILE MERGED

File Changes:

Directory: /dba/dbaccess/source/core/api/
=========================================

File [changed]: RowSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.137.4.7&r2=1.137.4.8
Delta lines:  +2 -2
-------------------
--- RowSet.cxx  18 Dec 2006 16:13:09 -0000      1.137.4.7
+++ RowSet.cxx  20 Feb 2007 15:43:06 -0000      1.137.4.8
@@ -2376,8 +2376,6 @@
                        m_xComposer->setFilter(m_aFilter);
                if ( m_aHavingClause.getLength() )
                        m_xComposer->setHavingClause(m_aHavingClause);
-               if ( m_aGroupBy.getLength() )
-                       m_xComposer->setGroup(m_aGroupBy);
        }
 
     if ( m_bIgnoreResult )
@@ -2391,6 +2389,8 @@
 
        if ( m_aOrder.getLength() )
                m_xComposer->setOrder( m_aOrder );
+       if ( m_aGroupBy.getLength() )
+               m_xComposer->setGroup( m_aGroupBy );
 
     if ( !m_xColumns.is() )
     {




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

Reply via email to