Kaydet (Commit) ee585cc8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

cid#983607 unexpected std::exception

Change-Id: I0de931d79548505ca7d26ffdfb560cfd5c6105a9
üst cc672577
......@@ -21,6 +21,7 @@
#include <algorithm>
#include <cassert>
#include <exception>
#include "com/sun/star/connection/XConnection.hpp"
#include "com/sun/star/uno/Exception.hpp"
......@@ -110,7 +111,7 @@ css::uno::Reference< css::bridge::XBridge > BridgeFactory::createBridge(
anInstanceProvider)
throw (
css::bridge::BridgeExistsException, css::lang::IllegalArgumentException,
css::uno::RuntimeException)
css::uno::RuntimeException, std::exception)
{
rtl::Reference< Bridge > b;
{
......
......@@ -22,6 +22,7 @@
#include "sal/config.h"
#include <exception>
#include <list>
#include <map>
......@@ -102,7 +103,7 @@ private:
throw (
com::sun::star::bridge::BridgeExistsException,
com::sun::star::lang::IllegalArgumentException,
com::sun::star::uno::RuntimeException);
com::sun::star::uno::RuntimeException, std::exception);
virtual com::sun::star::uno::Reference< com::sun::star::bridge::XBridge >
SAL_CALL getBridge(
......
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