User: kz      
Date: 2006/07/19 09:06:26

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

Log:
 INTEGRATION: CWS warningfixes02 (1.67.4); FILE MERGED
 2006/06/30 11:53:09 sb 1.67.4.1: #i66577# Made the code compile (warning-free) 
on a unxlngi6.pro GCC 4.1.1 Linux box.

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.68&r2=1.69
Delta lines:  +2 -2
-------------------
--- SelectionBrowseBox.cxx      10 Jul 2006 15:44:07 -0000      1.68
+++ SelectionBrowseBox.cxx      19 Jul 2006 16:06:23 -0000      1.69
@@ -2742,8 +2742,8 @@
                else
                {
                        // nur COUNT(*) erlaubt
-                       sal_Bool bCountRemoved = sal_False;
-                       if ( bCountRemoved = 
!isFieldNameAsterix(_pEntry->GetField()) )
+                       sal_Bool bCountRemoved = 
!isFieldNameAsterix(_pEntry->GetField());
+                       if ( bCountRemoved )
                                m_pFunctionCell->RemoveEntry(1);
 
                        if ( !bCountRemoved && m_pFunctionCell->GetEntryCount() 
< 2)




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

Reply via email to