diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-13 13:32:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-13 13:32:34 +0000 |
commit | a70506f18731484905ebcab189ecb119cacb4222 (patch) | |
tree | ba217f3836224c8d02967b88dbb0828ae5207165 /i18npool/source/breakiterator/gendict.cxx | |
parent | c0c9cd99146e25577bd4c98a132393a1bc54a282 (diff) |
INTEGRATION: CWS locales24 (1.10.32); FILE MERGED
2007/10/26 18:23:05 er 1.10.32.1: #i82981# x86_64 warnings
Diffstat (limited to 'i18npool/source/breakiterator/gendict.cxx')
-rw-r--r-- | i18npool/source/breakiterator/gendict.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/breakiterator/gendict.cxx b/i18npool/source/breakiterator/gendict.cxx index 494923168ebd..c4e10522a417 100644 --- a/i18npool/source/breakiterator/gendict.cxx +++ b/i18npool/source/breakiterator/gendict.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gendict.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2007-08-03 12:33:51 $ + * last change: $Author: rt $ $Date: 2007-11-13 14:32:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -132,7 +132,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) count = 1; fprintf(cfp, "0x%x, ", 0); // insert one slat for skipping 0 in index2 array. for (i = 0; i < lenArrayCount; i++) { - fprintf(cfp, "0x%lx, ", lenArray[i]); + fprintf(cfp, "0x%lx, ", static_cast<long unsigned int>(lenArray[i])); if (count == 0xf) { count = 0; fprintf(cfp, "\n\t"); |