summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorDirk Voelzke <dv@openoffice.org>2010-07-23 10:48:28 +0200
committerDirk Voelzke <dv@openoffice.org>2010-07-23 10:48:28 +0200
commit232fc9070c8a86f6602cf4134d4b5b8a1cf117a7 (patch)
treef71e67d36e574819c3fd5196faf10a38d9e6206c /extensions
parent937ab5809861b0d185bc86bb9674f0c3f0da4a28 (diff)
dv19:#i111166# removed syntax warning
Diffstat (limited to 'extensions')
-rwxr-xr-xextensions/source/update/check/updatecheckjob.cxx2
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 )