Tag: cws_src680_dba24c
User: fs      
Date: 2007-09-18 12:59:17+0000
Modified:
   dba/connectivity/inc/connectivity/sqlerror.hxx

Log:
 class renamed

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.1&r2=1.1.2.2
Delta lines:  +9 -9
-------------------
--- sqlerror.hxx        2007-09-18 12:50:56+0000        1.1.2.1
+++ sqlerror.hxx        2007-09-18 12:59:14+0000        1.1.2.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqlerror.hxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: fs $ $Date: 2007/09/18 12:50:56 $
+ *  last change: $Author: fs $ $Date: 2007/09/18 12:59:14 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -63,9 +63,9 @@
     typedef ::sal_Int32 ErrorCondition;
 
        //====================================================================
-       //= OOoSQLError
+       //= SQLError
        //====================================================================
-    class OOoSQLError_Impl;
+    class SQLError_Impl;
 
     /** a class which provides helpers for working with SQLErrors
 
@@ -76,7 +76,7 @@
 
         @see ::com::sun::star::sdb::ErrorCondition
     */
-       class OOoSQLError
+       class SQLError
        {
     public:
            // 
--------------------------------------------------------------------
@@ -98,8 +98,8 @@
 
 
     public:
-        explicit        OOoSQLError( const ::comphelper::ComponentContext& 
_rContext );
-                        ~OOoSQLError();
+        explicit        SQLError( const ::comphelper::ComponentContext& 
_rContext );
+                        ~SQLError();
 
         /** returns the message associated with a given error condition, after 
(optionally) replacing
             a placeholder with a given string
@@ -297,7 +297,7 @@
                         ) const;
 
     private:
-        ::boost::shared_ptr< OOoSQLError_Impl > m_pImpl;
+        ::boost::shared_ptr< SQLError_Impl > m_pImpl;
        };
 
 //........................................................................




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

Reply via email to