diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:26:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:26:27 +0000 |
commit | 7a956ae2feb853934a5039ff2b6df0e55178ecb2 (patch) | |
tree | a3e63ea735efaf5515e9cc75e3cda5cb80320dc5 /cppu | |
parent | 2dbfec938392cfec53db54e7e15a6fe3fc13f7dc (diff) |
INTEGRATION: CWS sb21 (1.25.6); FILE MERGED
2004/08/06 09:29:19 sb 1.25.6.1: Fixed typo.
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index be7c020e2e71..dc50abd73a6c 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -2,9 +2,9 @@ * * $RCSfile: typelib.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 17:15:48 $ + * last change: $Author: rt $ $Date: 2004-08-20 09:26:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -721,7 +721,7 @@ extern "C" void SAL_CALL typelib_typedescription_newEmpty( pTmp = new typelib_StructTypeDescription(); pRet = (typelib_TypeDescription *)pTmp; #if OSL_DEBUG_LEVEL > 1 - osl_incrementInterlockedCount( &aInit.nCompoundTypeDescriptionCount ); + osl_incrementInterlockedCount( &rInit.nCompoundTypeDescriptionCount ); #endif pTmp->aBase.pBaseTypeDescription = 0; pTmp->aBase.nMembers = 0; |