Tag: cws_src680_dbodf11
User: oj      
Date: 2008-01-28 13:16:18+0000
Modified:
   dba/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx

Log:
 use constant

File Changes:

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

File [changed]: xmlFileBasedDatabase.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlFileBasedDatabase.cxx?r1=1.2.22.1&r2=1.2.22.2
Delta lines:  +3 -3
-------------------
--- xmlFileBasedDatabase.cxx    2008-01-28 13:14:04+0000        1.2.22.1
+++ xmlFileBasedDatabase.cxx    2008-01-28 13:16:16+0000        1.2.22.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: xmlFileBasedDatabase.cxx,v $
  *
- *  $Revision: 1.2.22.1 $
+ *  $Revision: 1.2.22.2 $
  *
- *  last change: $Author: oj $ $Date: 2008/01/28 13:14:04 $
+ *  last change: $Author: oj $ $Date: 2008/01/28 13:16:16 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -128,7 +128,7 @@
         {
             sURL += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("dbase:"));
         }
-        else if ( sMediaType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( 
"application/vnd.oasis.opendocument.spreadsheet" ) ) )
+        else if ( sMediaType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( 
MIMETYPE_OASIS_OPENDOCUMENT_SPREADSHEET_ASCII ) ) )
         {
             sURL += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("calc:"));
         }




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

Reply via email to