diff options
Diffstat (limited to 'sw/source/ui/vba/vbabookmark.hxx')
-rw-r--r-- | sw/source/ui/vba/vbabookmark.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbabookmark.hxx b/sw/source/ui/vba/vbabookmark.hxx index daee6585232b..d963db155def 100644 --- a/sw/source/ui/vba/vbabookmark.hxx +++ b/sw/source/ui/vba/vbabookmark.hxx @@ -35,9 +35,11 @@ private: bool mbValid; private: + /// @throws css::uno::RuntimeException void checkVality() throw ( css::uno::RuntimeException ); public: + /// @throws css::uno::RuntimeException SwVbaBookmark( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::frame::XModel >& rModel, const OUString& rName ) throw ( css::uno::RuntimeException ); virtual ~SwVbaBookmark() override; |