summaryrefslogtreecommitdiff
path: root/extensions/source/update
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update')
-rw-r--r--extensions/source/update/check/updatecheck.cxx4
-rw-r--r--extensions/source/update/check/updatecheck.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 8bbdc02735cc..dca4aeea0ceb 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -1609,7 +1609,7 @@ UpdateCheck::autoCheckIntervalChanged()
oslInterlockedCount SAL_CALL
-UpdateCheck::acquire() SAL_THROW(())
+UpdateCheck::acquire()
{
return ReferenceObject::acquire();
}
@@ -1617,7 +1617,7 @@ UpdateCheck::acquire() SAL_THROW(())
oslInterlockedCount SAL_CALL
-UpdateCheck::release() SAL_THROW(())
+UpdateCheck::release()
{
return ReferenceObject::release();
}
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx
index 82e427512815..ddf617940eea 100644
--- a/extensions/source/update/check/updatecheck.hxx
+++ b/extensions/source/update/check/updatecheck.hxx
@@ -121,8 +121,8 @@ public:
void closeAfterFailure() SAL_OVERRIDE;
// rtl::IReference
- virtual oslInterlockedCount SAL_CALL acquire() SAL_THROW(()) SAL_OVERRIDE;
- virtual oslInterlockedCount SAL_CALL release() SAL_THROW(()) SAL_OVERRIDE;
+ virtual oslInterlockedCount SAL_CALL acquire() SAL_OVERRIDE;
+ virtual oslInterlockedCount SAL_CALL release() SAL_OVERRIDE;
private: