Tag: cws_src680_reportdesign01
User: lla     
Date: 2007-09-25 08:32:53+0000
Modified:
   dba/dbaccess/source/ui/misc/linkeddocuments.cxx

Log:
 #i77897# use a SQLException instead.

File Changes:

Directory: /dba/dbaccess/source/ui/misc/
========================================

File [changed]: linkeddocuments.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/linkeddocuments.cxx?r1=1.23.10.2&r2=1.23.10.3
Delta lines:  +3 -3
-------------------
--- linkeddocuments.cxx 2007-09-25 05:31:01+0000        1.23.10.2
+++ linkeddocuments.cxx 2007-09-25 08:32:51+0000        1.23.10.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: linkeddocuments.cxx,v $
  *
- *  $Revision: 1.23.10.2 $
+ *  $Revision: 1.23.10.3 $
  *
- *  last change: $Author: lla $ $Date: 2007/09/25 05:31:01 $
+ *  last change: $Author: lla $ $Date: 2007/09/25 08:32:51 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -446,7 +446,7 @@
                catch(Exception& e) 
                {
                        Any aAny = cppu::getCaughtException();
-            com::sun::star::sdb::RowSetVetoException a;
+            com::sun::star::sdbc::SQLException a;
                        if ((aAny >>= a) &&
                                (a.ErrorCode != 
dbtools::ParameterInteractionCancelled))
                        {




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

Reply via email to