summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbapages.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/msforms/vbapages.hxx')
-rw-r--r--vbahelper/source/msforms/vbapages.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbapages.hxx b/vbahelper/source/msforms/vbapages.hxx
index 90661cbbd2b9..c3906dde4085 100644
--- a/vbahelper/source/msforms/vbapages.hxx
+++ b/vbahelper/source/msforms/vbapages.hxx
@@ -35,7 +35,7 @@ protected:
virtual css::uno::Sequence<OUString> getServiceNames() override;
public:
ScVbaPages( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::container::XIndexAccess >& xPages ) throw ( css::lang::IllegalArgumentException );
- virtual ~ScVbaPages() {}
+ virtual ~ScVbaPages() override {}
// XEnumerationAccess
virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) override;
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException) override;