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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbarevision.hxx b/sw/source/ui/vba/vbarevision.hxx
index 841f5bd018f4..8fb556510d8f 100644
--- a/sw/source/ui/vba/vbarevision.hxx
+++ b/sw/source/ui/vba/vbarevision.hxx
@@ -31,9 +31,11 @@ private:
css::uno::Reference< css::beans::XPropertySet > mxRedlineProps;
private:
+ /// @throws css::uno::RuntimeException
sal_Int32 GetPosition() throw (css::uno::RuntimeException);
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 );
virtual ~SwVbaRevision() override;