diff options
Diffstat (limited to 'cppu/inc/uno/environment.h')
-rw-r--r-- | cppu/inc/uno/environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/inc/uno/environment.h b/cppu/inc/uno/environment.h index df6c35122674..5c3a7c144ebb 100644 --- a/cppu/inc/uno/environment.h +++ b/cppu/inc/uno/environment.h @@ -368,7 +368,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_Environment_enter(uno_Environment * pEnv) that objects of that environment might be called. @param pEnv the environment - @param rtl_uString ** pReason the reason, if it is not valid + @param pReason the reason, if it is not valid @return 1 == valid, 0 == invalid @since UDK 3.2.7 */ |