diff options
Diffstat (limited to 'sw/source/ui/vba/vbabookmark.hxx')
-rw-r--r-- | sw/source/ui/vba/vbabookmark.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbabookmark.hxx b/sw/source/ui/vba/vbabookmark.hxx index 2b28f7bec190..daee6585232b 100644 --- a/sw/source/ui/vba/vbabookmark.hxx +++ b/sw/source/ui/vba/vbabookmark.hxx @@ -40,7 +40,7 @@ private: public: 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(); + virtual ~SwVbaBookmark() override; // Methods virtual OUString SAL_CALL getName() throw ( css::uno::RuntimeException, std::exception ) override; |