User: vg      
Date: 2006/11/23 06:19:51

Modified:
   dba/dbaccess/source/core/api/querydescriptor.cxx

Log:
 #100000# get rig of warnings

File Changes:

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

File [changed]: querydescriptor.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querydescriptor.cxx?r1=1.30&r2=1.31
Delta lines:  +5 -5
-------------------
--- querydescriptor.cxx 17 Sep 2006 06:35:44 -0000      1.30
+++ querydescriptor.cxx 23 Nov 2006 14:19:48 -0000      1.31
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: querydescriptor.cxx,v $
  *
- *  $Revision: 1.30 $
+ *  $Revision: 1.31 $
  *
- *  last change: $Author: obo $ $Date: 2006/09/17 06:35:44 $
+ *  last change: $Author: vg $ $Date: 2006/11/23 14:19:48 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -213,12 +213,12 @@
 sal_Int64 SAL_CALL OQueryDescriptor_Base::getSomething( const Sequence< 
sal_Int8 >& _rIdentifier ) throw(RuntimeException)
 {
        if (_rIdentifier.getLength() != 16)
-               return NULL;
+               return 0;
 
        if (0 == rtl_compareMemory(getImplementationId().getConstArray(),  
_rIdentifier.getConstArray(), 16 ) )
                return reinterpret_cast<sal_Int64>(this);
 
-       return NULL;
+       return 0;
 }
 //--------------------------------------------------------------------------
 IMPLEMENT_IMPLEMENTATION_ID(OQueryDescriptor_Base)




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

Reply via email to