summaryrefslogtreecommitdiff
path: root/extensions/source/update
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-05 08:15:03 +0200
committerNoel Grandin <noel@peralex.com>2014-06-05 08:17:50 +0200
commit62258d9c8f6b6f8d89ade68af97ccdac63dce2b7 (patch)
treed2623f52ae981e54ab67e3c33351ad150a61a6b3 /extensions/source/update
parent0a997700372c87cbcbee16ad9693f6def7921272 (diff)
extensions: remove SAL_THROW macro
Change-Id: I12b5b46d31d5189adb21804a818ce591f2c19cbf
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: