summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbareplacement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbareplacement.hxx')
-rw-r--r--sw/source/ui/vba/vbareplacement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbareplacement.hxx b/sw/source/ui/vba/vbareplacement.hxx
index f4b278c1fe2d..ebe338e3a70d 100644
--- a/sw/source/ui/vba/vbareplacement.hxx
+++ b/sw/source/ui/vba/vbareplacement.hxx
@@ -32,7 +32,7 @@ private:
public:
SwVbaReplacement( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::util::XPropertyReplace >& xPropertyReplace ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaReplacement();
+ virtual ~SwVbaReplacement() override;
// Attributes
virtual OUString SAL_CALL getText() throw (css::uno::RuntimeException, std::exception) override;