summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbafind.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbafind.hxx')
-rw-r--r--sw/source/ui/vba/vbafind.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbafind.hxx b/sw/source/ui/vba/vbafind.hxx
index 54ec7a46af2d..d605a8a81692 100644
--- a/sw/source/ui/vba/vbafind.hxx
+++ b/sw/source/ui/vba/vbafind.hxx
@@ -54,7 +54,7 @@ private:
public:
SwVbaFind( 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::text::XTextRange >& xTextRange ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaFind();
+ virtual ~SwVbaFind() override;
// Attributes
virtual OUString SAL_CALL getText() throw (css::uno::RuntimeException, std::exception) override;