Tag: cws_src680_oj14
User: lla     
Date: 2007/04/05 01:06:33

Modified:
   dba/dbaccess/source/ui/misc/linkeddocuments.cxx

Log:
 #146843#

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.17.4.9&r2=1.17.4.10
Delta lines:  +7 -6
-------------------
--- linkeddocuments.cxx 9 Nov 2006 07:30:51 -0000       1.17.4.9
+++ linkeddocuments.cxx 5 Apr 2007 08:06:29 -0000       1.17.4.10
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: linkeddocuments.cxx,v $
  *
- *  $Revision: 1.17.4.9 $
+ *  $Revision: 1.17.4.10 $
  *
- *  last change: $Author: oj $ $Date: 2006/11/09 07:30:51 $
+ *  last change: $Author: lla $ $Date: 2007/04/05 08:06:29 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -42,12 +42,12 @@
 #ifndef _OSL_DIAGNOSE_H_
 #include <osl/diagnose.h>
 #endif
+#include <tools/diagnose_ex.h>
+
 #ifndef DBACCESS_SHARED_DBUSTRINGS_HRC
 #include "dbustrings.hrc"
 #endif
-#ifndef _SO_CLSIDS_HXX
-#include <so3/clsids.hxx>
-#endif
+#include <comphelper/classids.hxx>
 #ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_ 
 #include <com/sun/star/lang/XSingleServiceFactory.hpp>
 #endif
@@ -415,7 +415,8 @@
                }
                catch(const Exception& )
                {
-                       OSL_ENSURE(sal_False, "OLinkedDocumentsAccess::newForm: 
caught an exception while loading the object!");
+                       DBG_UNHANDLED_EXCEPTION();
+                       // OSL_ENSURE(sal_False, 
"OLinkedDocumentsAccess::newForm: caught an exception while loading the 
object!");
                }
 
                return xNewDocument;




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

Reply via email to