summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:16:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:16:33 +0000
commit07d537925dc481d573a7697938461e70b0b5c322 (patch)
tree18f58afde463c932661c2dd173dc96154c3aff72 /ucb/source
parent91b0e6e7c78ae14e8fe44c29719662492786f005 (diff)
INTEGRATION: CWS warnings01 (1.8.10); FILE MERGED
2005/11/09 21:01:36 sb 1.8.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/core/ucb.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx
index 19f457758df7..c2eb9fd5c874 100644
--- a/ucb/source/core/ucb.cxx
+++ b/ucb/source/core/ucb.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ucb.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:15:44 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:16:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -465,7 +465,7 @@ sal_Int32 SAL_CALL UniversalContentBroker::createCommandIdentifier()
// virtual
Any SAL_CALL UniversalContentBroker::execute(
const Command& aCommand,
- sal_Int32 CommandId,
+ sal_Int32,
const Reference< XCommandEnvironment >& Environment )
throw( Exception, CommandAbortedException, RuntimeException )
{
@@ -528,7 +528,7 @@ Any SAL_CALL UniversalContentBroker::execute(
//=========================================================================
// virtual
-void SAL_CALL UniversalContentBroker::abort( sal_Int32 CommandId )
+void SAL_CALL UniversalContentBroker::abort( sal_Int32 )
throw( RuntimeException )
{
// @@@ Not implemeted ( yet).