diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:25:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:25:41 +0000 |
commit | f674ecab7eb251589a4c12fb5de4413709225326 (patch) | |
tree | 01bbcb7906776b58ae8ae83bb561b8c9cc021e7e /xml2cmp | |
parent | 8e71385b820dff096fed2ea170189b35e967b8e4 (diff) |
INTEGRATION: CWS obo05 (1.5.2); FILE MERGED
2006/06/27 13:15:58 obo 1.5.2.1: #i53611# port for .net 2005
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/support/sistr.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xml2cmp/source/support/sistr.cxx b/xml2cmp/source/support/sistr.cxx index 5a9a5207f..a580f7d1b 100644 --- a/xml2cmp/source/support/sistr.cxx +++ b/xml2cmp/source/support/sistr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sistr.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 20:04:35 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:25:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,10 @@ #include <ctype.h> // tolower() #include <limits.h> // INT_MAX +#if (_MSC_VER >=1400) +#pragma warning(disable:4365) +#endif + const char NULCH = '\0'; const int NO_POS = -1; |