diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:17:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:17:27 +0000 |
commit | 0ce87641f4bff71442de82e67ae6aec25846bea9 (patch) | |
tree | 3be0f60079f947fce1290e21d2864b84fc9d7e01 /io | |
parent | 627a43954770e315c562ed066b2febda2c738484 (diff) |
INTEGRATION: CWS warnings01 (1.3.132); FILE MERGED
2005/09/22 20:28:40 sb 1.3.132.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/07 14:14:53 sb 1.3.132.1: #i53898# Made code warning-free.
Diffstat (limited to 'io')
-rw-r--r-- | io/source/stm/factreg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/source/stm/factreg.cxx b/io/source/stm/factreg.cxx index c837a78c8ada..9561af96b5ab 100644 --- a/io/source/stm/factreg.cxx +++ b/io/source/stm/factreg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: factreg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:30:00 $ + * last change: $Author: hr $ $Date: 2006-06-20 00:17:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -110,7 +110,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; } |