diff options
Diffstat (limited to 'sw/source/ui/vba/vbapane.hxx')
-rw-r--r-- | sw/source/ui/vba/vbapane.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbapane.hxx b/sw/source/ui/vba/vbapane.hxx index d0bf4e16d056..5cf09bc90e41 100644 --- a/sw/source/ui/vba/vbapane.hxx +++ b/sw/source/ui/vba/vbapane.hxx @@ -30,6 +30,7 @@ private: css::uno::Reference< css::frame::XModel > mxModel; public: + /// @throws css::uno::RuntimeException SwVbaPane( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& xModel ) throw ( css::uno::RuntimeException ); virtual ~SwVbaPane() override; |