diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | 5208ea7053255a8d4dae5dd9670dffa0eae1610e (patch) | |
tree | beef9a231bed507647c446144bc1b8d95bbac650 /soltools/giparser | |
parent | 9e92adaecbf8451740dd67fb8636f91dee2d3140 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'soltools/giparser')
-rw-r--r-- | soltools/giparser/gi_parse.cxx | 6 |
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), |