summaryrefslogtreecommitdiff
path: root/desktop/source/app/configinit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/configinit.cxx')
-rw-r--r--desktop/source/app/configinit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/configinit.cxx b/desktop/source/app/configinit.cxx
index ce7a2400890a..9ca43b843d2f 100644
--- a/desktop/source/app/configinit.cxx
+++ b/desktop/source/app/configinit.cxx
@@ -70,7 +70,7 @@ namespace
// XCurrentContext
virtual uno::Any SAL_CALL
getValueByName( OUString const & aName)
- throw (uno::RuntimeException, std::exception);
+ throw (uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
uno::Any SAL_CALL
@@ -98,7 +98,7 @@ public:
// XCurrentContext
virtual uno::Any SAL_CALL
getValueByName( OUString const & aName)
- throw (uno::RuntimeException, std::exception);
+ throw (uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
InteractionHandler m_xHandler;