diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:15:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:15:42 +0000 |
commit | 067037cd0b043d35c10bc8e226388c7dc0ea59ff (patch) | |
tree | 47de808a6cc8ef322f91e54fe9171ba2350f8521 /io | |
parent | aeaaeca5679f4936154f60bf543dc6607081ee70 (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.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index bae229403..48e2819ba 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; } |