summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:05:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:05:44 +0000
commit48044d2d94245566704c06a76d3dac1a522c80bf (patch)
tree699d0ad0ea1def237c028dc5a09b7557e34b6e0c
parenta490a3f2fae7e5f57dadbe81355405cfee29a7a0 (diff)
INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2005/10/18 09:14:31 np 1.9.4.1: #i53898#
-rw-r--r--xml2cmp/source/xcd/parse.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/parse.cxx b/xml2cmp/source/xcd/parse.cxx
index 80c37e6b9..c8e2fa2e3 100644
--- a/xml2cmp/source/xcd/parse.cxx
+++ b/xml2cmp/source/xcd/parse.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: parse.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:03:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 20:05:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -359,7 +359,7 @@ X2CParser::GetTextTill( Simstr & o_rText,
if (i_bReverseName)
{
- const int nMaxLen = 1000;
+ const unsigned int nMaxLen = 1000;
if (strlen(pResult) < nMaxLen)
{
char * sBreak = strrchr(pResult,'.');