Tag: cws_src680_warnings01
User: fs      
Date: 06/06/13 01:49:23

Modified:
 /dba/connectivity/source/drivers/mozab/
  MStatement.cxx

Log:
 postponed proper implementation of property handling to later

File Changes:

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

File [changed]: MStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MStatement.cxx?r1=1.10.30.4&r2=1.10.30.5
Delta lines:  +3 -6
-------------------
--- MStatement.cxx      7 Apr 2006 20:22:52 -0000       1.10.30.4
+++ MStatement.cxx      13 Jun 2006 08:49:21 -0000      1.10.30.5
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: MStatement.cxx,v $
  *
- *  $Revision: 1.10.30.4 $
+ *  $Revision: 1.10.30.5 $
  *
- *  last change: $Author: sb $ $Date: 2006/04/07 20:22:52 $
+ *  last change: $Author: fs $ $Date: 2006/06/13 08:49:21 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -468,14 +468,12 @@
                                                                throw 
(::com::sun::star::lang::IllegalArgumentException)
 {
        sal_Bool bConverted = sal_False;
-    OSL_ENSURE( false, "OStatement_Base::convertFastPropertyValue: not 
implemented!" );
        // here we have to try to convert
        return bConverted;
 }
 // -------------------------------------------------------------------------
 void OStatement_Base::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const 
Any& /*rValue*/) throw (Exception)
 {
-    OSL_ENSURE( false, "OStatement_Base::setFastPropertyValue_NoBroadcast: not 
implemented!" );
        // set the value to what ever is nescessary
        switch(nHandle)
        {
@@ -494,7 +492,6 @@
 // -------------------------------------------------------------------------
 void OStatement_Base::getFastPropertyValue(Any& /*rValue*/,sal_Int32 nHandle) 
const
 {
-    OSL_ENSURE( false, "OStatement_Base::getFastPropertyValue: not 
implemented!" );
        switch(nHandle)
        {
                case PROPERTY_ID_QUERYTIMEOUT:




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

Reply via email to