summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-25 20:54:56 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-25 20:54:56 +0100
commit2603ace5fd253d992249c356a34a06221b4ed84c (patch)
treef426edfc7a3a5b7decd1ae2168f07b7b33cb3d99 /framework
parentd646413d464dc5d6518f87daa8538cd0c600797f (diff)
parentb90ed1a5f39d6dbe9d8e95e6bdc548d899782878 (diff)
gridsort: pulled and merged DEV300m98
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 a441f251a592..794a7a798c05 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;