Kaydet (Commit) e30c4121 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1038483 Uncaught exception

Change-Id: I126c4df9ed57674f5eba7a205fa82fdd5ac0a5cc
üst 552c8242
...@@ -500,7 +500,7 @@ Reference<XConfiguration> SAL_CALL ConfigurationController::getCurrentConfigurat ...@@ -500,7 +500,7 @@ Reference<XConfiguration> SAL_CALL ConfigurationController::getCurrentConfigurat
*/ */
void SAL_CALL ConfigurationController::restoreConfiguration ( void SAL_CALL ConfigurationController::restoreConfiguration (
const Reference<XConfiguration>& rxNewConfiguration) const Reference<XConfiguration>& rxNewConfiguration)
throw (RuntimeException) throw (RuntimeException, std::exception)
{ {
::osl::MutexGuard aGuard (maMutex); ::osl::MutexGuard aGuard (maMutex);
ThrowIfDisposed(); ThrowIfDisposed();
......
...@@ -123,7 +123,8 @@ public: ...@@ -123,7 +123,8 @@ public:
virtual void SAL_CALL restoreConfiguration ( virtual void SAL_CALL restoreConfiguration (
const css::uno::Reference<css::drawing::framework::XConfiguration>& const css::uno::Reference<css::drawing::framework::XConfiguration>&
rxConfiguration) rxConfiguration)
throw (css::uno::RuntimeException); throw (css::uno::RuntimeException,
std::exception);
// XConfigurationControllerBroadcaster // XConfigurationControllerBroadcaster
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment