diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2011-01-06 17:30:50 +0100 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2011-01-06 17:30:50 +0100 |
commit | cd1471fbc30a7a4d598f2da731de2af71d522bea (patch) | |
tree | f8ce20b68eda9c5d3acb6fa8e6d6f1c68e41d0c4 /autodoc | |
parent | 36b15a48eedd37a63a3e8bd14ea57b6c2163a4dd (diff) |
jsc340: i115337: correct since tags
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idoc/docu_pe2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/idoc/docu_pe2.cxx b/autodoc/source/parser_i/idoc/docu_pe2.cxx index 64f18f4ee39c..30400dc5945a 100644 --- a/autodoc/source/parser_i/idoc/docu_pe2.cxx +++ b/autodoc/source/parser_i/idoc/docu_pe2.cxx @@ -626,8 +626,8 @@ SapiDocu_PE::CheckVersionSyntax_Number(const String & i_versionPart2) const char pt = '.'; - int countDigit = 0; - int countPoint = 0; + unsigned int countDigit = 0; + unsigned int countPoint = 0; const char * pFirstPoint = 0; const char * |