diff options
Diffstat (limited to 'sw/source/ui/vba/vbaview.hxx')
-rw-r--r-- | sw/source/ui/vba/vbaview.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbaview.hxx b/sw/source/ui/vba/vbaview.hxx index 5c6ee55ef49d..a69735d22e4f 100644 --- a/sw/source/ui/vba/vbaview.hxx +++ b/sw/source/ui/vba/vbaview.hxx @@ -35,9 +35,12 @@ private: css::uno::Reference< css::text::XTextViewCursor > mxViewCursor; css::uno::Reference< css::beans::XPropertySet > mxViewSettings; + /// @throws css::uno::RuntimeException + /// @throws css::script::BasicErrorException css::uno::Reference< css::text::XTextRange > getHFTextRange( sal_Int32 nType ) throw (css::uno::RuntimeException, css::script::BasicErrorException, std::exception); public: + /// @throws css::uno::RuntimeException SwVbaView( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& rModel ) throw ( css::uno::RuntimeException ); virtual ~SwVbaView() override; |