summaryrefslogtreecommitdiff
path: root/configmgr/source/childaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/childaccess.hxx')
-rw-r--r--configmgr/source/childaccess.hxx14
1 files changed, 4 insertions, 10 deletions
diff --git a/configmgr/source/childaccess.hxx b/configmgr/source/childaccess.hxx
index dd81b251bb8b..5a0ab480ec0d 100644
--- a/configmgr/source/childaccess.hxx
+++ b/configmgr/source/childaccess.hxx
@@ -82,18 +82,13 @@ public:
virtual void SAL_CALL release() throw () override;
virtual css::uno::Reference< css::uno::XInterface >
- SAL_CALL getParent()
- throw (css::uno::RuntimeException, std::exception) override;
+ SAL_CALL getParent() override;
virtual void SAL_CALL setParent(
- css::uno::Reference< css::uno::XInterface > const &)
- throw (
- css::lang::NoSupportException,
- css::uno::RuntimeException, std::exception) override;
+ css::uno::Reference< css::uno::XInterface > const &) override;
virtual sal_Int64 SAL_CALL getSomething(
- css::uno::Sequence< sal_Int8 > const & aIdentifier)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Sequence< sal_Int8 > const & aIdentifier) override;
void bind(
rtl::Reference< RootAccess > const & root,
@@ -127,8 +122,7 @@ private:
std::vector<OUString> * services) override;
virtual css::uno::Any SAL_CALL queryInterface(
- css::uno::Type const & aType)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Type const & aType) override;
rtl::Reference< RootAccess > root_;
rtl::Reference< Access > parent_; // null if free node