summaryrefslogtreecommitdiffstats
path: root/soltools/giparser
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit5208ea7053255a8d4dae5dd9670dffa0eae1610e (patch)
treebeef9a231bed507647c446144bc1b8d95bbac650 /soltools/giparser
parent#i94635# fix for mingw runtime (diff)
downloadcore-5208ea7053255a8d4dae5dd9670dffa0eae1610e.tar.gz
core-5208ea7053255a8d4dae5dd9670dffa0eae1610e.zip
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'soltools/giparser')
-rw-r--r--soltools/giparser/gi_parse.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/giparser/gi_parse.cxx b/soltools/giparser/gi_parse.cxx
index 71d2299be978..932958c63150 100644
--- a/soltools/giparser/gi_parse.cxx
+++ b/soltools/giparser/gi_parse.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: gi_parse.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.16.1 $
*
* This file is part of OpenOffice.org.
*
@@ -266,10 +266,10 @@ GenericInfo_Parser::ReadKey()
{
const char * pSearch = sCurParsePosition;
- for ( ; *pSearch > 32; ++pSearch );
+ for ( ; *pSearch > 32; ++pSearch ) ;
UINT32 nKeyLength = pSearch - sCurParsePosition;
- for ( ; *pSearch <= 32 && *pSearch > '\0'; ++pSearch );
+ for ( ; *pSearch <= 32 && *pSearch > '\0'; ++pSearch ) ;
pResult->AddKey( sCurParsePosition, nKeyLength,
pSearch, strlen(pSearch),