diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:36:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:36:21 +0000 |
commit | c523bf2df510e1f9987f6e24d595ccb1a74819c9 (patch) | |
tree | 19a8201cfedbbf90793034d49ddd7c46268b5384 /animations | |
parent | e64837443e3f32f26bc91477d16281978a66db61 (diff) |
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/10/25 08:25:58 cl 1.3.4.1: fixed solaris compiler warnings
Diffstat (limited to 'animations')
-rw-r--r-- | animations/source/animcore/factreg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/animations/source/animcore/factreg.cxx b/animations/source/animcore/factreg.cxx index 2266d8b66063..d42f97e06210 100644 --- a/animations/source/animcore/factreg.cxx +++ b/animations/source/animcore/factreg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: factreg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 15:46:19 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:36:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,7 +88,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; } |