Kaydet (Commit) a466a58b authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS ooo20031110 (1.3.188); FILE MERGED

2003/11/11 11:03:33 waratah 1.3.188.1: #i22301# Correct for scoping rules
üst 40810748
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: MultiPropertySetHelper.cxx,v $ * $RCSfile: MultiPropertySetHelper.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: mib $ $Date: 2001-09-05 08:30:32 $ * last change: $Author: rt $ $Date: 2003-12-01 16:22:49 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -160,7 +160,9 @@ void MultiPropertySetHelper::hasProperties( ...@@ -160,7 +160,9 @@ void MultiPropertySetHelper::hasProperties(
// construct pSequenceIndex // construct pSequenceIndex
sal_Int16 nNumberOfProperties = 0; sal_Int16 nNumberOfProperties = 0;
for( sal_Int16 i = 0; i < nLength; i++ ) sal_Int16 i;
for( i = 0; i < nLength; i++ )
{ {
// ask for property // ask for property
sal_Bool bHasProperty = sal_Bool bHasProperty =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment