Tag: mws_ooo300
User: obo     
Date: 2008-09-03 18:57:30+0000
Modified:
   dba/dbaccess/source/filter/xml/dbloader2.cxx

Log:
 #i10000# unxlngx6: warning empty body in an if-statement

File Changes:

Directory: /dba/dbaccess/source/filter/xml/
===========================================

File [changed]: dbloader2.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/dbloader2.cxx?r1=1.36.18.1&r2=1.36.18.2
Delta lines:  +3 -3
-------------------
--- dbloader2.cxx       2008-09-03 11:25:16+0000        1.36.18.1
+++ dbloader2.cxx       2008-09-03 18:57:27+0000        1.36.18.2
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: dbloader2.cxx,v $
- * $Revision: 1.36.18.1 $
+ * $Revision: 1.36.18.2 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -172,7 +172,7 @@
                        xStorageProperties->getPropertyValue( INFO_MEDIATYPE ) 
>>= sMediaType;
                        if ( 
sMediaType.equalsAscii(MIMETYPE_OASIS_OPENDOCUMENT_DATABASE_ASCII) || 
sMediaType.equalsAscii(MIMETYPE_VND_SUN_XML_BASE_ASCII) )
             {
-                if ( bStreamFromDescr && sURL.compareTo( ::rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM( "private:stream" ) ), 14 ) != COMPARE_EQUAL );
+                if ( bStreamFromDescr && sURL.compareTo( ::rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM( "private:stream" ) ), 14 ) != COMPARE_EQUAL ){};
                 {
                     // After fixing of the i88522 issue ( use the new file 
locking for database files ) the stream from the type detection can be used 
further
                     // for now the file should be reopened to have read/write 
access




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

Reply via email to