summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 14:49:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 14:49:06 +0000
commitc1865e827b23a1f49ba908a706e9b4b9026fcc26 (patch)
tree9670a659e144b77d8d39cc889194186ed95a08a7 /registry
parent9720d4736b9701535e40120f78231e5dab153610 (diff)
INTEGRATION: CWS sdksample (1.2.94); FILE MERGED
2004/10/27 15:58:27 jsc 1.2.94.1: #i29966# remove filename related APIs
Diffstat (limited to 'registry')
-rw-r--r--registry/workben/regspeed.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/workben/regspeed.cxx b/registry/workben/regspeed.cxx
index 9f3a96181..a9f94c371 100644
--- a/registry/workben/regspeed.cxx
+++ b/registry/workben/regspeed.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: regspeed.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:22:43 $
+ * last change: $Author: rt $ $Date: 2005-01-31 15:49:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -228,7 +228,7 @@ int _cdecl main( int argc, char * argv[] )
printf("\n %d keys oeffnen und schliessen dauert ... ", (S1 * S2 * S3));
aTimer.start();
- for (i=0; i < S1; i++)
+ for (sal_Int32 i=0; i < S1; i++)
{
keyName1 = OUString::createFromAscii("/");
keyName1 += sName1;