summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbafont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbafont.hxx')
-rw-r--r--sw/source/ui/vba/vbafont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbafont.hxx b/sw/source/ui/vba/vbafont.hxx
index 1759800c0ae7..aedb392af125 100644
--- a/sw/source/ui/vba/vbafont.hxx
+++ b/sw/source/ui/vba/vbafont.hxx
@@ -30,7 +30,7 @@ class SwVbaFont : public SwVbaFont_BASE
{
public:
SwVbaFont( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::container::XIndexAccess >& xPalette, css::uno::Reference< css::beans::XPropertySet > const & xPropertySet ) throw ( css::uno::RuntimeException );
- virtual ~SwVbaFont(){}
+ virtual ~SwVbaFont() override {}
// Attributes
virtual void SAL_CALL setColorIndex( const css::uno::Any& _colorindex ) throw (css::uno::RuntimeException, std::exception) override;