summaryrefslogtreecommitdiff
path: root/cosv/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:30:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:30:23 +0000
commit1a92801d576f057a5526a1b58194383e5f7195d5 (patch)
tree1fb6446ef6fdccfbc20497244a46c7c73800b460 /cosv/source
parent2055361fd60c2918df293ffccabed14e400ea956 (diff)
INTEGRATION: CWS warnings01 (1.5.104); FILE MERGED
2005/09/22 22:15:48 sb 1.5.104.2: RESYNC: (1.5-1.6); FILE MERGED 2005/08/30 13:13:56 sb 1.5.104.1: #i53898# Made code warning-free.
Diffstat (limited to 'cosv/source')
-rw-r--r--cosv/source/service/std_outp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx
index 2cc3168eb736..6c92b8f3f037 100644
--- a/cosv/source/service/std_outp.cxx
+++ b/cosv/source/service/std_outp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: std_outp.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:05:11 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:30:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,7 +50,7 @@ redirect_out * redirect_out::pStdErr_ = 0;
void
-Endl( ostream & io_rStream, bool bUseRedirect, int* )
+Endl( ostream & io_rStream, bool /*bUseRedirect*/, int* )
{
#ifndef CSV_NO_IOSTREAMS
// if (NOT bUseRedirect)
@@ -61,7 +61,7 @@ Endl( ostream & io_rStream, bool bUseRedirect, int* )
}
void
-Flush( ostream & io_rStream, bool bUseRedirect, int* )
+Flush( ostream & io_rStream, bool /*bUseRedirect*/, int* )
{
#ifndef CSV_NO_IOSTREAMS
// if (NOT bUseRedirect)