diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:18:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:18:54 +0000 |
commit | 1f99ead330192788085d04bb8360bc6408820ecf (patch) | |
tree | 0b826bf140980e8069b0305c887b92fa278a41d5 /svtools | |
parent | 2c6d7e046dc4f5815c09ff9ab04b43d87c0a3eeb (diff) |
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
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/acceleratorexecute.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
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; |