summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docxforms.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/core/doc/docxforms.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/core/doc/docxforms.cxx')
-rw-r--r--sw/source/core/doc/docxforms.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/doc/docxforms.cxx b/sw/source/core/doc/docxforms.cxx
index 793d721d6f68..82a6946a00bd 100644
--- a/sw/source/core/doc/docxforms.cxx
+++ b/sw/source/core/doc/docxforms.cxx
@@ -90,7 +90,6 @@ void SwDoc::initXForms( bool bCreateDefaultModel )
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
}
}