summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbasections.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbasections.hxx')
-rw-r--r--sw/source/ui/vba/vbasections.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/vba/vbasections.hxx b/sw/source/ui/vba/vbasections.hxx
index 46da02c1b281..e793ecbe7b7c 100644
--- a/sw/source/ui/vba/vbasections.hxx
+++ b/sw/source/ui/vba/vbasections.hxx
@@ -38,10 +38,10 @@ public:
SwVbaSections( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::text::XTextRange >& xTextRange );
// XEnumerationAccess
- virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) override;
- virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) override;
+ virtual css::uno::Type SAL_CALL getElementType() override;
+ virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() override;
- virtual css::uno::Any SAL_CALL PageSetup( ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Any SAL_CALL PageSetup( ) override;
// SwVbaSections_BASE
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) override;