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 | 2fda08e0a8c995cbdfb7266f6cf74e83790ffcda (patch) | |
tree | d3cc788d27546c6876c38b12ca8daf74b471bee0 /io | |
parent | e1ce642b9ad45f77e6909f1a3f0befadfbea63c9 (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 6ca3816c3..c99c5c2a8 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; } |