diff options
Diffstat (limited to 'sw/source/ui/vba/vbapagesetup.hxx')
-rw-r--r-- | sw/source/ui/vba/vbapagesetup.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbapagesetup.hxx b/sw/source/ui/vba/vbapagesetup.hxx index 13889ff663dd..f921464cf472 100644 --- a/sw/source/ui/vba/vbapagesetup.hxx +++ b/sw/source/ui/vba/vbapagesetup.hxx @@ -38,7 +38,7 @@ public: const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::beans::XPropertySet >& xProps ) throw (css::uno::RuntimeException); - virtual ~SwVbaPageSetup(){} + virtual ~SwVbaPageSetup() override {} // Attributes virtual double SAL_CALL getGutter() throw (css::uno::RuntimeException, std::exception) override; |