summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadialogs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbadialogs.hxx')
-rw-r--r--sw/source/ui/vba/vbadialogs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbadialogs.hxx b/sw/source/ui/vba/vbadialogs.hxx
index c01134cd102c..0c9400e4d65b 100644
--- a/sw/source/ui/vba/vbadialogs.hxx
+++ b/sw/source/ui/vba/vbadialogs.hxx
@@ -34,7 +34,7 @@ public:
SwVbaDialogs( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XModel >& xModel ): SwVbaDialogs_BASE( xParent, xContext, xModel ) {}
// XCollection
- virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Any SAL_CALL Item( const css::uno::Any& Index ) override;
// XHelperInterface
virtual OUString getServiceImplName() override;