summaryrefslogtreecommitdiff
path: root/framework/source/inc/loadenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-19 18:25:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-19 18:25:42 +0100
commite753f8b9dc3b4df22f85f1366a15503de2464fd5 (patch)
treecc936cfe90647d1da9a30b19a1aca283ad362580 /framework/source/inc/loadenv
parentfced31697bcc2a2a4da34d804582002de0320302 (diff)
Revert "cid#706551 Uncaught exception"
This reverts commit ec651eaead5aaa2a74f4c87d3bf17f7feddb958e, now that fced31697bcc2a2a4da34d804582002de0320302 "comphelper::SequenceAsHashMap: throw IllegalArgumentException" made the underlying problem go away. Conflicts: framework/source/inc/loadenv/loadenv.hxx framework/source/loadenv/loadenv.cxx Change-Id: I473815256b95f6e20a2e1a4a5617f491636305ab
Diffstat (limited to 'framework/source/inc/loadenv')
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 3ac14657488d..4b157ca931bc 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -466,7 +466,7 @@ private:
the whole runtime can't be used any longer.
*/
bool impl_loadContent()
- throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException, std::exception);
+ throw(LoadEnvException, css::uno::RuntimeException, std::exception);
/** @short checks if the specified content is already loaded.