summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbaeventshelperbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbaeventshelperbase.hxx')
-rw-r--r--include/vbahelper/vbaeventshelperbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx
index 5bfd87479a1b..2ffea8e39f8c 100644
--- a/include/vbahelper/vbaeventshelperbase.hxx
+++ b/include/vbahelper/vbaeventshelperbase.hxx
@@ -63,7 +63,7 @@ public:
VbaEventsHelperBase(
const css::uno::Sequence< css::uno::Any >& rArgs,
const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~VbaEventsHelperBase();
+ virtual ~VbaEventsHelperBase() override;
// script::vba::XVBAEventProcessor
virtual sal_Bool SAL_CALL hasVbaEventHandler( sal_Int32 nEventId, const css::uno::Sequence< css::uno::Any >& rArgs ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;