diff options
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; } |