summaryrefslogtreecommitdiff
path: root/toolkit/inc/helper/unopropertyarrayhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/helper/unopropertyarrayhelper.hxx')
-rw-r--r--toolkit/inc/helper/unopropertyarrayhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/helper/unopropertyarrayhelper.hxx b/toolkit/inc/helper/unopropertyarrayhelper.hxx
index 4d29030fc847..a8dee674a308 100644
--- a/toolkit/inc/helper/unopropertyarrayhelper.hxx
+++ b/toolkit/inc/helper/unopropertyarrayhelper.hxx
@@ -44,7 +44,7 @@ public:
// ::cppu::IPropertyArrayHelper
sal_Bool SAL_CALL fillPropertyMembersByHandle( OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle ) override;
css::uno::Sequence< css::beans::Property > SAL_CALL getProperties() override;
- css::beans::Property SAL_CALL getPropertyByName(const OUString& rPropertyName) throw (css::beans::UnknownPropertyException) override;
+ css::beans::Property SAL_CALL getPropertyByName(const OUString& rPropertyName) override;
sal_Bool SAL_CALL hasPropertyByName(const OUString& rPropertyName) override;
sal_Int32 SAL_CALL getHandleByName( const OUString & rPropertyName ) override;
sal_Int32 SAL_CALL fillHandles( sal_Int32* pHandles, const css::uno::Sequence< OUString > & rPropNames ) override;