User: kz      
Date: 2006/07/19 08:52:33

Modified:
   dba/connectivity/source/drivers/dbase/DTable.cxx

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

File Changes:

Directory: /dba/connectivity/source/drivers/dbase/
==================================================

File [changed]: DTable.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/dbase/DTable.cxx?r1=1.96&r2=1.97
Delta lines:  +2 -2
-------------------
--- DTable.cxx  10 Jul 2006 14:25:43 -0000      1.96
+++ DTable.cxx  19 Jul 2006 15:52:31 -0000      1.97
@@ -1158,9 +1158,9 @@
        INetURLObject aURL;
        aURL.SetURL(_sUrl);
 
-       BOOL bDropped = FALSE;
+       BOOL bDropped = 
::utl::UCBContentHelper::Kill(aURL.GetMainURL(INetURLObject::NO_DECODE));
 
-       if(bDropped = 
::utl::UCBContentHelper::Kill(aURL.GetMainURL(INetURLObject::NO_DECODE)))
+       if(bDropped)
        {
                if (_bHasMemoFields)
                {  // delete the memo fields




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

Reply via email to