summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:59:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-12-01 16:59:37 +0000
commitd2d71dcededa976f775c786fa293fc331492226a (patch)
treed0a637d06d2ae0cf82497ad518e241c8cb5931e3 /stoc/source/inspect
parentede30cae63dd8f86cc381353dc0a1dfafebefe4d (diff)
INTEGRATION: CWS ooo20031110 (1.17.44); FILE MERGED
2003/11/16 03:38:16 waratah 1.17.44.1: #i22301# Correct for scoping code issue, conflict with standard
Diffstat (limited to 'stoc/source/inspect')
-rw-r--r--stoc/source/inspect/introspection.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/stoc/source/inspect/introspection.cxx b/stoc/source/inspect/introspection.cxx
index 6d69ab63c10b..ff5bcd005de0 100644
--- a/stoc/source/inspect/introspection.cxx
+++ b/stoc/source/inspect/introspection.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: introspection.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 12:00:42 $
+ * last change: $Author: rt $ $Date: 2003-12-01 17:59:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1695,7 +1695,8 @@ size_t TypeProviderAccessCache_Impl::operator()(const hashTypeProviderKey_Impl &
// XOR with full 32 bit values
sal_Int32 nId32 = 0;
- for( sal_Int32 i = 0 ; i < nCount32 ; i++ )
+ sal_Int32 i;
+ for( i = 0 ; i < nCount32 ; i++ )
nId32 ^= *(pBytesAsInt32Array++);
// XOR with remaining byte values