From 1f99ead330192788085d04bb8360bc6408820ecf Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 20:18:54 +0000
Subject: INTEGRATION: CWS warnings01 (1.5.60); FILE MERGED 2006/04/20 14:51:15
sb 1.5.60.3: #i53898# Made code compile and/or warning-free again after
resync to SRC680m162. 2006/04/07 19:14:06 sb 1.5.60.2: RESYNC: (1.5-1.6);
FILE MERGED 2005/11/15 19:25:39 pl 1.5.60.1: #i55991# removed warnings
---
svtools/source/misc/acceleratorexecute.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'svtools')
diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx
index 951aa4e80895..499802275cee 100644
--- a/svtools/source/misc/acceleratorexecute.cxx
+++ b/svtools/source/misc/acceleratorexecute.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acceleratorexecute.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2006-02-07 10:24:45 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:18:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -126,7 +126,7 @@ AcceleratorExecute::AcceleratorExecute()
}
//-----------------------------------------------
-AcceleratorExecute::AcceleratorExecute(const AcceleratorExecute& rCopy)
+AcceleratorExecute::AcceleratorExecute(const AcceleratorExecute&)
: TMutexInit ( )
, m_aAsyncCallback(LINK(this, AcceleratorExecute, impl_ts_asyncCallback))
{
@@ -404,7 +404,7 @@ css::uno::Reference< css::util::XURLTransformer > AcceleratorExecute::impl_ts_ge
}
//-----------------------------------------------
-IMPL_LINK(AcceleratorExecute, impl_ts_asyncCallback, void*, pVoid)
+IMPL_LINK(AcceleratorExecute, impl_ts_asyncCallback, void*, EMPTYARG)
{
// replaced by AsyncAccelExec!
return 0;
@@ -434,7 +434,7 @@ void AsyncAccelExec::execAsync()
}
//-----------------------------------------------
-IMPL_LINK(AsyncAccelExec, impl_ts_asyncCallback, void*, pVoid)
+IMPL_LINK(AsyncAccelExec, impl_ts_asyncCallback, void*,)
{
if (! m_xDispatch.is())
return 0;
--
cgit