diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 14:55:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-01-10 14:55:39 +0000 |
commit | cbfdcef7b98263b7b2fd6beb5654902bf0e28bed (patch) | |
tree | 50eb6918645bf9d66e8c13f8632a8b134b39ffe2 /i18npool | |
parent | 5f02e77860b45b35f92be4ca9252f1f271b23410 (diff) |
INTEGRATION: CWS stlpdbg (1.16.8); FILE MERGED
2005/10/20 10:01:41 obo 1.16.8.1: #i53107# STLport debug mode, saxparser gpf
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/LocaleNode.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index e7082e0cf5f5..fd5b57754128 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: LocaleNode.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-11-08 16:59:38 $ + * last change: $Author: rt $ $Date: 2006-01-10 15:55:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -633,7 +633,7 @@ void LCFormatNode::generateCode (const OFileWriter &of) const sal_Int16 nHere = ::std::min( ((aIter != aFormatIndex.end() ? *aIter : cssi::NumberFormatIndex::INDEX_TABLE_ENTRIES)), cssi::NumberFormatIndex::INDEX_TABLE_ENTRIES); - ++aIter; + if (aIter != aFormatIndex.end()) ++aIter; for ( ; nNext < nHere; ++nNext) { switch (nNext) |