Tag: cws_src680_dba24c
User: fs      
Date: 2007-10-25 08:44:00+0000
Modified:
   dba/dbaccess/source/core/dataaccess/ModelImpl.cxx

Log:
 #i81658# BoolComparison replaced with css.sdb.BooleanComparisonMode

File Changes:

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

File [changed]: ModelImpl.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.19.22.4&r2=1.19.22.5
Delta lines:  +4 -3
-------------------
--- ModelImpl.cxx       2007-10-23 05:30:54+0000        1.19.22.4
+++ ModelImpl.cxx       2007-10-25 08:43:57+0000        1.19.22.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ModelImpl.cxx,v $
  *
- *  $Revision: 1.19.22.4 $
+ *  $Revision: 1.19.22.5 $
  *
- *  last change: $Author: fs $ $Date: 2007/10/23 05:30:54 $
+ *  last change: $Author: fs $ $Date: 2007/10/25 08:43:57 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,7 @@
 #include <com/sun/star/io/XActiveDataSource.hpp>
 #include <com/sun/star/lang/DisposedException.hpp>
 #include <com/sun/star/reflection/XProxyFactory.hpp>
+#include <com/sun/star/sdb/BooleanComparisonMode.hpp>
 #include <com/sun/star/sdbc/XDriverAccess.hpp>
 #include <com/sun/star/sdbc/XDriverManager.hpp>
 #include <com/sun/star/sdbcx/XTablesSupplier.hpp>
@@ -973,7 +974,7 @@
         AsciiPropertyValue( "AppendTableAliasName",       makeAny( 
(sal_Bool)sal_False ) ),
         AsciiPropertyValue( "GenerateASBeforeCorrelationName",  makeAny( 
(sal_Bool)sal_True ) ),
         AsciiPropertyValue( "EnableSQL92Check",           makeAny( 
(sal_Bool)sal_False ) ),
-        AsciiPropertyValue( "BooleanComparisonMode",      makeAny( 
(sal_Int32)0 ) ),
+        AsciiPropertyValue( "BooleanComparisonMode",      makeAny( 
BooleanComparisonMode::EQUAL_INTEGER ) ),
         AsciiPropertyValue( "TableTypeFilterMode",        makeAny( 
(sal_Int32)3 ) ),
         AsciiPropertyValue( "RespectDriverResultSetType", makeAny( 
(sal_Bool)sal_False ) ),
         AsciiPropertyValue( "UseSchemaInSelect",          makeAny( 
(sal_Bool)sal_True ) ),




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

Reply via email to