summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:25:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:25:41 +0000
commit3235fe8f11c180b726a23656db3a31fedd0bbd69 (patch)
tree58e45aab96b749e95f6354f7816a8346f2b785a1 /xml2cmp
parentd47f423f61d45b2854a8f7f413becfe2a58e6060 (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.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xml2cmp/source/support/sistr.cxx b/xml2cmp/source/support/sistr.cxx
index 2873a27878c5..0862e1970f1d 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;