summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/classes/fwktabwindow.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/classes/fwktabwindow.cxx b/framework/source/classes/fwktabwindow.cxx
index aa550807460c..52b905839004 100644
--- a/framework/source/classes/fwktabwindow.cxx
+++ b/framework/source/classes/fwktabwindow.cxx
@@ -45,6 +45,7 @@
#include <comphelper/processfactory.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <tools/stream.hxx>
+#include <tools/diagnose_ex.h>
#include <vcl/bitmap.hxx>
#include <vcl/image.hxx>
#include <vcl/msgbox.hxx>
@@ -156,7 +157,7 @@ sal_Bool FwkTabPage::CallMethod( const rtl::OUString& rMethod )
}
catch ( uno::Exception& )
{
- DBG_ERRORFILE( "FwkTabPage::CallMethod(): exception of XDialogEventHandler::callHandlerMethod()" );
+ DBG_UNHANDLED_EXCEPTION();
}
}
return bRet;
entsNoel Grandin 2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin 2017-11-13Fix typosAndrea Gelmini 2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet 2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin 2017-10-20loplugin:finalclasses in ucb,ucbhelperNoel Grandin 2017-09-18loplugin:unusedfields in ResultSetColumnDataNoel Grandin 2017-08-29remove some unused macro definitionsNoel Grandin 2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke 2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin 2017-06-12replace double checked locking patterns in getTypes macrosJochen Nitschke 2017-06-05spelling instanciate -> instantiateNoel Grandin 2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-03-25Fix typosAndrea Gelmini