diff options
Diffstat (limited to 'include/vbahelper/vbapagesetupbase.hxx')
-rw-r--r-- | include/vbahelper/vbapagesetupbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbapagesetupbase.hxx b/include/vbahelper/vbapagesetupbase.hxx index c2a8af60a199..a012c730ad18 100644 --- a/include/vbahelper/vbapagesetupbase.hxx +++ b/include/vbahelper/vbapagesetupbase.hxx @@ -52,7 +52,7 @@ protected: VbaPageSetupBase( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext ) throw (css::uno::RuntimeException); public: - virtual ~VbaPageSetupBase(){} + virtual ~VbaPageSetupBase() override {} // Attribute virtual double SAL_CALL getTopMargin() throw (css::uno::RuntimeException, std::exception) override; |