summaryrefslogtreecommitdiffstats
path: root/autodoc/source
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source')
-rw-r--r--autodoc/source/parser_i/idoc/docu_pe2.cxx4
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 *