summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/drwtxtex.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-01-05 04:21:57 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-01-05 04:39:38 +0100
commit3df9adb1b0031e77977431c90edee651b2aaa195 (patch)
tree8c280510ccc38e1e505e0963df06e3c69ad7ab62 /sw/source/ui/shells/drwtxtex.cxx
parentd6bc2204e81fecccfb56517b34d67a0522eeae0d (diff)
remove broken DBG_UNHANDLED_EXCEPTION macro crap
this breaks quickly doing a `make sw debug=T` hard, with e.g. sw/source/ui/vba/vbasystem.cxx:239: undefined reference to `DbgUnhandledException(com::sun::star::uno::Any const&, char const*, char const*)' fix this for --disable-dbgutl builds too before reverting this commit. Change-Id: Ie54d63ea11b4e36c737b22099027711ad0435acc
Diffstat (limited to 'sw/source/ui/shells/drwtxtex.cxx')
-rw-r--r--sw/source/ui/shells/drwtxtex.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx
index 56f4184df969..761e507e5af3 100644
--- a/sw/source/ui/shells/drwtxtex.cxx
+++ b/sw/source/ui/shells/drwtxtex.cxx
@@ -375,7 +375,6 @@ void SwDrawTextShell::Execute( SfxRequest &rReq )
}
catch (const uno::Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
}
rReq.Ignore ();
}