summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:15:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:15:42 +0000
commitc37c235f0d1d760e1a3c1d0d221f1fa782b077e9 (patch)
tree3e65cb0c430b84d6e865c9994d0b8091f6a76ca1 /io
parent8373e613c0dd3ef854b5b998279ea669bec53166 (diff)
INTEGRATION: CWS warnings01 (1.7.28); FILE MERGED
2005/09/22 20:26:11 sb 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED 2005/09/07 14:14:49 sb 1.7.28.1: #i53898# Made code warning-free.
Diffstat (limited to 'io')
-rw-r--r--io/source/TextOutputStream/TextOutputStream.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx
index cdb45e4cb7e7..2089428c89ee 100644
--- a/io/source/TextOutputStream/TextOutputStream.cxx
+++ b/io/source/TextOutputStream/TextOutputStream.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TextOutputStream.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:26:46 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:15:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -319,7 +319,7 @@ sal_Bool SAL_CALL component_canUnload( TimeValue *pTime )
//==================================================================================================
void SAL_CALL component_getImplementationEnvironment(
- const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}