Tag: cws_src680_dba23a User: fs Date: 2007/03/08 01:33:05 Modified: dba/dbaccess/source/ui/app/AppControllerDnD.cxx
Log: #i73084# better error handling File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerDnD.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.20.58.1&r2=1.20.58.2 Delta lines: +3 -3 ------------------- --- AppControllerDnD.cxx 22 Feb 2007 09:05:50 -0000 1.20.58.1 +++ AppControllerDnD.cxx 8 Mar 2007 09:33:02 -0000 1.20.58.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerDnD.cxx,v $ * - * $Revision: 1.20.58.1 $ + * $Revision: 1.20.58.2 $ * - * last change: $Author: fs $ $Date: 2007/02/22 09:05:50 $ + * last change: $Author: fs $ $Date: 2007/03/08 09:33:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -882,7 +882,7 @@ catch(const SQLException&) { showError( SQLExceptionInfo( ::cppu::getCaughtException() ) ); } catch(const Exception& ) { - DBG_ERROR("OApplicationController::paste: caught a strange exception!"); + DBG_UNHANDLED_EXCEPTION(); } return sal_False; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
