summaryrefslogtreecommitdiff
path: root/include/comphelper/SettingsHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/SettingsHelper.hxx')
-rw-r--r--include/comphelper/SettingsHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/SettingsHelper.hxx b/include/comphelper/SettingsHelper.hxx
index 5ed0029643ec..9998f3c07b32 100644
--- a/include/comphelper/SettingsHelper.hxx
+++ b/include/comphelper/SettingsHelper.hxx
@@ -43,7 +43,7 @@ namespace comphelper
ChainableHelperNoState ( ChainablePropertySetInfo *pInfo, SolarMutex* pMutex = nullptr)
: ChainablePropertySet ( pInfo, pMutex )
{}
- virtual ~ChainableHelperNoState () throw( ) {}
+ virtual ~ChainableHelperNoState () throw( ) override {}
css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw (css::uno::RuntimeException, std::exception) override
{ return HelperBaseNoState::queryInterface( aType ); }
void SAL_CALL acquire( ) throw () override