diff options
author | Dirk Voelzke <dv@openoffice.org> | 2010-07-23 10:48:28 +0200 |
---|---|---|
committer | Dirk Voelzke <dv@openoffice.org> | 2010-07-23 10:48:28 +0200 |
commit | 232fc9070c8a86f6602cf4134d4b5b8a1cf117a7 (patch) | |
tree | f71e67d36e574819c3fd5196faf10a38d9e6206c /extensions/source | |
parent | 937ab5809861b0d185bc86bb9674f0c3f0da4a28 (diff) |
dv19:#i111166# removed syntax warning
Diffstat (limited to 'extensions/source')
-rwxr-xr-x | extensions/source/update/check/updatecheckjob.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx index e3dd1ebeabf9..0c9ee46d10f0 100755 --- a/extensions/source/update/check/updatecheckjob.cxx +++ b/extensions/source/update/check/updatecheckjob.cxx @@ -327,7 +327,7 @@ void SAL_CALL UpdateCheckJob::queryTermination( lang::EventObject const & ) } //------------------------------------------------------------------------------ -void SAL_CALL UpdateCheckJob::notifyTermination( lang::EventObject const & rEvt ) +void SAL_CALL UpdateCheckJob::notifyTermination( lang::EventObject const & ) throw ( uno::RuntimeException ) { if ( m_pInitThread.get() != 0 ) |