summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/bridgefactory.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-13 12:10:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-13 12:10:33 +0100
commitee585cc86d975c6ed987cc4d83101d0928f725c5 (patch)
treea3b6deb8dd8fb7b93b2f3f32770a0a6dae5d7511 /binaryurp/source/bridgefactory.cxx
parentVarious adjustments of the pivot table (diff)
downloadcore-ee585cc86d975c6ed987cc4d83101d0928f725c5.tar.gz
core-ee585cc86d975c6ed987cc4d83101d0928f725c5.zip
cid#983607 unexpected std::exception
Change-Id: I0de931d79548505ca7d26ffdfb560cfd5c6105a9
Diffstat (limited to 'binaryurp/source/bridgefactory.cxx')
-rw-r--r--binaryurp/source/bridgefactory.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryurp/source/bridgefactory.cxx b/binaryurp/source/bridgefactory.cxx
index 34182b354c0a..06adb3a7fde5 100644
--- a/binaryurp/source/bridgefactory.cxx
+++ b/binaryurp/source/bridgefactory.cxx
@@ -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;
{