summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/shells
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
parentancient USE_MEASUREMENT define is never set (diff)
downloadcore-3df9adb1b0031e77977431c90edee651b2aaa195.tar.gz
core-3df9adb1b0031e77977431c90edee651b2aaa195.zip
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')
-rw-r--r--sw/source/ui/shells/annotsh.cxx1
-rw-r--r--sw/source/ui/shells/drawsh.cxx1
-rw-r--r--sw/source/ui/shells/drwtxtex.cxx1
-rw-r--r--sw/source/ui/shells/frmsh.cxx1
-rw-r--r--sw/source/ui/shells/textsh1.cxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/shells/annotsh.cxx b/sw/source/ui/shells/annotsh.cxx
index 6f1b45d548d6..60c8c5c30bff 100644
--- a/sw/source/ui/shells/annotsh.cxx
+++ b/sw/source/ui/shells/annotsh.cxx
@@ -438,7 +438,6 @@ void SwAnnotationShell::Exec( SfxRequest &rReq )
}
catch (const uno::Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
}
rReq.Ignore ();
}
diff --git a/sw/source/ui/shells/drawsh.cxx b/sw/source/ui/shells/drawsh.cxx
index 9ee7a70b7bbc..c3d31208af54 100644
--- a/sw/source/ui/shells/drawsh.cxx
+++ b/sw/source/ui/shells/drawsh.cxx
@@ -213,7 +213,6 @@ void SwDrawShell::Execute(SfxRequest &rReq)
}
catch (const uno::Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
}
rReq.Ignore ();
}
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 ();
}
diff --git a/sw/source/ui/shells/frmsh.cxx b/sw/source/ui/shells/frmsh.cxx
index 8ffa207c3a74..dedc9969cbcb 100644
--- a/sw/source/ui/shells/frmsh.cxx
+++ b/sw/source/ui/shells/frmsh.cxx
@@ -262,7 +262,6 @@ void SwFrameShell::Execute(SfxRequest &rReq)
}
catch (const uno::Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
}
rReq.Ignore ();
}
diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx
index 98686536a229..2a97cdb36421 100644
--- a/sw/source/ui/shells/textsh1.cxx
+++ b/sw/source/ui/shells/textsh1.cxx
@@ -1303,7 +1303,6 @@ void SwTextShell::Execute(SfxRequest &rReq)
}
catch (const uno::Exception&)
{
- DBG_UNHANDLED_EXCEPTION();
}
rReq.Ignore ();
}