summaryrefslogtreecommitdiff
path: root/forms/source/inc/InterfaceContainer.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-26 15:22:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-26 15:39:28 +0100
commit8ec047030f5ff5b8235b68eed06c7ed68ddeecfe (patch)
treebf0663b28c2bb57c3ac6e6a0cde22235d009d785 /forms/source/inc/InterfaceContainer.hxx
parent850be5e3d14b91f1097be9ac9c12ef85c13b55f8 (diff)
coverity#706541 Uncaught exception
and coverity#706537 Uncaught exception Change-Id: I403d83bb7aa4cf82edf1b6c608f9daac31576208
Diffstat (limited to 'forms/source/inc/InterfaceContainer.hxx')
-rw-r--r--forms/source/inc/InterfaceContainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx
index a75f39278637..36a219a38bab 100644
--- a/forms/source/inc/InterfaceContainer.hxx
+++ b/forms/source/inc/InterfaceContainer.hxx
@@ -119,7 +119,7 @@ public:
OInterfaceContainer( ::osl::Mutex& _rMutex, const OInterfaceContainer& _cloneSource );
// late constructor for cloning
- void clonedFrom( const OInterfaceContainer& _cloneSource );
+ void clonedFrom(const OInterfaceContainer& _cloneSource) throw(css::uno::RuntimeException, std::exception);
protected:
virtual ~OInterfaceContainer();