summaryrefslogtreecommitdiff
path: root/include/comphelper/proxyaggregation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/proxyaggregation.hxx')
-rw-r--r--include/comphelper/proxyaggregation.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/comphelper/proxyaggregation.hxx b/include/comphelper/proxyaggregation.hxx
index 2af3737e415a..03ce2d9d4c1b 100644
--- a/include/comphelper/proxyaggregation.hxx
+++ b/include/comphelper/proxyaggregation.hxx
@@ -105,7 +105,9 @@ namespace comphelper
);
// XInterface and XTypeProvider
+ /// @throws css::uno::RuntimeException
css::uno::Any SAL_CALL queryAggregation( const css::uno::Type& _rType ) throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) throw (css::uno::RuntimeException);
private:
@@ -166,6 +168,7 @@ namespace comphelper
virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException, std::exception) override;
// XComponent
+ /// @throws css::uno::RuntimeException
virtual void SAL_CALL dispose() throw( css::uno::RuntimeException, std::exception ) = 0;
private: