summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbarevision.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbarevision.hxx')
-rw-r--r--sw/source/ui/vba/vbarevision.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbarevision.hxx b/sw/source/ui/vba/vbarevision.hxx
index 8fb556510d8f..77561a42ddc0 100644
--- a/sw/source/ui/vba/vbarevision.hxx
+++ b/sw/source/ui/vba/vbarevision.hxx
@@ -32,16 +32,16 @@ private:
private:
/// @throws css::uno::RuntimeException
- sal_Int32 GetPosition() throw (css::uno::RuntimeException);
+ sal_Int32 GetPosition();
public:
/// @throws css::uno::RuntimeException
- SwVbaRevision( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& xRedlineProps ) throw ( css::uno::RuntimeException );
+ SwVbaRevision( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& xRedlineProps );
virtual ~SwVbaRevision() override;
// Methods
- virtual void SAL_CALL Accept( ) throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL Reject( ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL Accept( ) override;
+ virtual void SAL_CALL Reject( ) override;
// XHelperInterface
virtual OUString getServiceImplName() override;