Tag: cws_src680_qiq
User: fs      
Date: 06/05/31 04:06:03

Modified:
 /dba/dbaccess/source/core/inc/
  objectnameapproval.hxx

Log:
 ObjectNameApproval now always throwing an SQLException

File Changes:

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

File [changed]: objectnameapproval.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/objectnameapproval.hxx?r1=1.1.2.2&r2=1.1.2.3
Delta lines:  +3 -13
--------------------
--- objectnameapproval.hxx      30 May 2006 12:55:31 -0000      1.1.2.2
+++ objectnameapproval.hxx      31 May 2006 11:06:00 -0000      1.1.2.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: objectnameapproval.hxx,v $
  *
- *  $Revision: 1.1.2.2 $
+ *  $Revision: 1.1.2.3 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/30 12:55:31 $
+ *  last change: $Author: fs $ $Date: 2006/05/31 11:06:00 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -75,15 +75,6 @@
             TypeTable
         };
 
-        // how to report errors in the approval process?
-        enum ErrorReportType
-        {
-            /// throw an SQL exception
-            ThrowSQLException,
-            /// wrap an SQLException into a WrappedTargetException
-            WrapSQLException
-        };
-
     public:
         /** constructs the instance
 
@@ -96,8 +87,7 @@
         */
         ObjectNameApproval(
             const ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XConnection >& _rxConnection,
-            ObjectType _eType,
-            ErrorReportType _eReportType
+            ObjectType _eType
         ); 
         virtual ~ObjectNameApproval();
 




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

Reply via email to