summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbarevisions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbarevisions.hxx')
-rw-r--r--sw/source/ui/vba/vbarevisions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbarevisions.hxx b/sw/source/ui/vba/vbarevisions.hxx
index 51f4b4a9a0d7..3b259d19efcc 100644
--- a/sw/source/ui/vba/vbarevisions.hxx
+++ b/sw/source/ui/vba/vbarevisions.hxx
@@ -35,7 +35,7 @@ public:
SwVbaRevisions( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::text::XTextRange >& xTextRange );
SwVbaRevisions( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext > & xContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::container::XIndexAccess >& xIndexAccess );
- virtual ~SwVbaRevisions() {}
+ virtual ~SwVbaRevisions() override {}
// Methods
virtual void SAL_CALL AcceptAll( ) throw (css::uno::RuntimeException, std::exception) override;