Tag: cws_src680_reportdesign01
User: oj      
Date: 2007-10-11 06:28:07+0000
Modified:
   dba/dbaccess/source/ui/misc/linkeddocuments.cxx

Log:
 #i81105# fix for absent extension

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.3&r2=1.23.10.4
Delta lines:  +4 -3
-------------------
--- linkeddocuments.cxx 2007-09-25 08:32:51+0000        1.23.10.3
+++ linkeddocuments.cxx 2007-10-11 06:28:04+0000        1.23.10.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: linkeddocuments.cxx,v $
  *
- *  $Revision: 1.23.10.3 $
+ *  $Revision: 1.23.10.4 $
  *
- *  last change: $Author: lla $ $Date: 2007/09/25 08:32:51 $
+ *  last change: $Author: oj $ $Date: 2007/10/11 06:28:04 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -142,6 +142,7 @@
 #include <comphelper/mimeconfighelper.hxx>
 #endif
 
+#include <cppuhelper/exc_hlp.hxx>
 #include <connectivity/dbtools.hxx>
 #include <toolkit/helper/vclunohelper.hxx>
 #include <com/sun/star/io/WrongFormatException.hpp>
@@ -445,7 +446,7 @@
                //}
                catch(Exception& e) 
                {
-                       Any aAny = cppu::getCaughtException();
+                       Any aAny = ::cppu::getCaughtException();
             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