summaryrefslogtreecommitdiff
path: root/configmgr/source/update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/update.cxx')
-rw-r--r--configmgr/source/update.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index 44b9840b612e..058235ed6aba 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -75,22 +75,22 @@ private:
virtual void SAL_CALL insertExtensionXcsFile(
sal_Bool shared, OUString const & fileUri)
- throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
virtual void SAL_CALL insertExtensionXcuFile(
sal_Bool shared, OUString const & fileUri)
throw (css::uno::RuntimeException,
- std::exception) SAL_OVERRIDE;
+ std::exception) override;
virtual void SAL_CALL removeExtensionXcuFile(OUString const & fileUri)
throw (css::uno::RuntimeException,
- std::exception) SAL_OVERRIDE;
+ std::exception) override;
virtual void SAL_CALL insertModificationXcuFile(
OUString const & fileUri,
css::uno::Sequence< OUString > const & includedPaths,
css::uno::Sequence< OUString > const & excludedPaths)
- throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
std::shared_ptr<osl::Mutex> lock_;
css::uno::Reference< css::uno::XComponentContext > context_;