summaryrefslogtreecommitdiff
path: root/framework/source/classes
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-24 21:40:23 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-24 21:40:23 +0100
commit199d3adfdff55ceee979464450c3d4417bb45db3 (patch)
tree02e4bbc50bee2f500e412e65726d55efd735a6cb /framework/source/classes
parent22b333e4aea06744493f9598f162cce451e73e21 (diff)
gridsort: extended diagnostics in non-pro
Diffstat (limited to 'framework/source/classes')
-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;