reportdesign/source/ui/report/propbrw.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 3d46635bf1e1606e555f64c4b497056d2bc32d36 Author: Lionel Elie Mamane <[email protected]> Date: Tue Jul 24 19:22:36 2012 +0200 Debug unhandled exception Change-Id: I65661ffe5c006529f8ba1f3652a4d997d46c3da2 diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx index cb4bd10..3ad3355 100644 --- a/reportdesign/source/ui/report/propbrw.cxx +++ b/reportdesign/source/ui/report/propbrw.cxx @@ -32,6 +32,7 @@ #include <RptResId.hrc> #include "rptui_slotid.hrc" #include <tools/debug.hxx> +#include <tools/diagnose_ex.h> #include <com/sun/star/awt/XLayoutConstrains.hpp> #include <com/sun/star/inspection/ObjectInspector.hpp> #include <com/sun/star/inspection/DefaultHelpProvider.hpp> @@ -125,6 +126,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen catch (Exception&) { OSL_FAIL("PropBrw::PropBrw: could not create/initialize my frame!"); + DBG_UNHANDLED_EXCEPTION(); m_xMeAsFrame.clear(); } @@ -177,6 +179,7 @@ PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParen catch (Exception&) { OSL_FAIL("PropBrw::PropBrw: could not create/initialize the browser controller!"); + DBG_UNHANDLED_EXCEPTION(); try { ::comphelper::disposeComponent(m_xBrowserController); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
