summaryrefslogtreecommitdiff
path: root/framework/source/inc/loadenv
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-10 09:41:56 +0200
committerNoel Grandin <noel@peralex.com>2014-10-10 10:14:17 +0200
commit36ec3ddc0b666c5c35cd7662632a72237b43a810 (patch)
tree453a1a79f9a80acd593ad30551b2340770e21fce /framework/source/inc/loadenv
parentc2621e6482310b5dc2c8dd2c3dc0ea384784b46c (diff)
cid#1244952 Uncaught exception
Change-Id: Ied23e7df1d8ebda9976e63d03c122c058addf274
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 6ad518e58c16..c5d2228a3dc0 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -465,7 +465,7 @@ private:
the whole runtime can't be used any longer.
*/
bool impl_loadContent()
- throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException);
+ throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException, std::exception);
/** @short checks if the specified content is already loaded.