diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 15:34:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-28 10:00:56 +0200 |
commit | ec651eaead5aaa2a74f4c87d3bf17f7feddb958e (patch) | |
tree | 9beea00fa2d31da0347beec8a88dd0339dd1dabe /framework/source/inc | |
parent | ecd00991fd5884cd769ed00c9c3f42ba44d64511 (diff) |
cid#706551 Uncaught exception
Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
Diffstat (limited to 'framework/source/inc')
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index 353d571d907b..355f23b6d0c6 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); + throw(LoadEnvException, css::uno::RuntimeException, css::beans::IllegalTypeException); /** @short checks if the specified content is already loaded. |