diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-07-24 19:22:36 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-07-24 19:22:36 +0200 |
commit | 3d46635bf1e1606e555f64c4b497056d2bc32d36 (patch) | |
tree | e2732af4240a94ca3da9730c2ad269c5045388be /reportdesign | |
parent | 6faebe5fb2d57110feabecb5202bcb993c92f4bd (diff) |
Debug unhandled exception
Change-Id: I65661ffe5c006529f8ba1f3652a4d997d46c3da2
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/report/propbrw.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx index cb4bd1022d5c..3ad3355426bc 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); |