summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-06-04 16:52:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-06-04 16:57:55 +0200
commiteb68bf18f2d859486c4a737abb2536a6afe45411 (patch)
tree197fe3527a5367556ea2c24959f26a9f63cbdf6d /sfx2
parentb6526cfa9070c5b9734c92ca20f16b16807b1031 (diff)
Improve error reporting
Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objstor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 5b07fad8183d..9c53e22c1eab 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -3037,6 +3037,7 @@ uno::Reference< embed::XStorage > SfxObjectShell::GetStorage()
catch( uno::Exception& )
{
// TODO/LATER: error handling?
+ DBG_UNHANDLED_EXCEPTION();
}
}