summaryrefslogtreecommitdiff
path: root/vcl/source/uitest/uno/uiobject_uno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/uitest/uno/uiobject_uno.hxx')
-rw-r--r--vcl/source/uitest/uno/uiobject_uno.hxx24
1 files changed, 8 insertions, 16 deletions
diff --git a/vcl/source/uitest/uno/uiobject_uno.hxx b/vcl/source/uitest/uno/uiobject_uno.hxx
index d06e6691272d..510c22c16631 100644
--- a/vcl/source/uitest/uno/uiobject_uno.hxx
+++ b/vcl/source/uitest/uno/uiobject_uno.hxx
@@ -37,29 +37,21 @@ public:
explicit UIObjectUnoObj(std::unique_ptr<UIObject> pObj);
virtual ~UIObjectUnoObj() override;
- css::uno::Reference<css::ui::test::XUIObject> SAL_CALL getChild(const OUString& rID)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Reference<css::ui::test::XUIObject> SAL_CALL getChild(const OUString& rID) override;
- void SAL_CALL executeAction(const OUString& rAction, const css::uno::Sequence<css::beans::PropertyValue>& xPropValues)
- throw (css::uno::RuntimeException, std::exception) override;
+ void SAL_CALL executeAction(const OUString& rAction, const css::uno::Sequence<css::beans::PropertyValue>& xPropValues) override;
- css::uno::Sequence<css::beans::PropertyValue> SAL_CALL getState()
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Sequence<css::beans::PropertyValue> SAL_CALL getState() override;
- css::uno::Sequence<OUString> SAL_CALL getChildren()
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Sequence<OUString> SAL_CALL getChildren() override;
- OUString SAL_CALL getType()
- throw (css::uno::RuntimeException, std::exception) override;
+ OUString SAL_CALL getType() override;
- OUString SAL_CALL getImplementationName()
- throw (css::uno::RuntimeException, std::exception) override;
+ OUString SAL_CALL getImplementationName() override;
- sal_Bool SAL_CALL supportsService(OUString const & ServiceName)
- throw (css::uno::RuntimeException, std::exception) override;
+ sal_Bool SAL_CALL supportsService(OUString const & ServiceName) override;
- css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames()
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
};
#endif