Tag: cws_src680_dba24c
User: fs      
Date: 2007-09-18 13:14:11+0000
Modified:
   dba/connectivity/inc/connectivity/sqlerror.hxx

Log:
 getErrorCode can be static

File Changes:

Directory: /dba/connectivity/inc/connectivity/
==============================================

File [changed]: sqlerror.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/sqlerror.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +4 -3
-------------------
--- sqlerror.hxx        2007-09-18 12:59:14+0000        1.1.2.2
+++ sqlerror.hxx        2007-09-18 13:14:08+0000        1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqlerror.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: fs $ $Date: 2007/09/18 12:59:14 $
+ *  last change: $Author: fs $ $Date: 2007/09/18 13:14:08 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -158,7 +158,8 @@
             @see ::com::sun::star::sdb::ErrorCondition
             @see ::com::sun::star::sdbc::SQLException::ErrorCode
         */
-        ErrorCode       getErrorCode( const ErrorCondition _eCondition ) const;
+        static ErrorCode
+                        getErrorCode( const ErrorCondition _eCondition );
 
         /** returns the prefix which is used for OpenOffice.org Base's error 
messages
 




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

Reply via email to