diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:27:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:27:25 +0000 |
commit | 8d7a39d14983de1bad972a69190558355ce2ad53 (patch) | |
tree | b7c7c476c7137fc84518dc10b62d460c44d6d67d /xml2cmp | |
parent | 5250caa2ebc5b01ea6d81555b457636cac62859e (diff) |
INTEGRATION: CWS obo05 (1.10.2); FILE MERGED
2006/06/27 13:15:59 obo 1.10.2.1: #i53611# port for .net 2005
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/parse.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xml2cmp/source/xcd/parse.cxx b/xml2cmp/source/xcd/parse.cxx index 3056abb09b60..84df3483d6a4 100644 --- a/xml2cmp/source/xcd/parse.cxx +++ b/xml2cmp/source/xcd/parse.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parse.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-19 20:05:44 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:27:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,10 @@ #include <iostream> #include <xmlelem.hxx> +#if (_MSC_VER >=1400) +#pragma warning(disable:4365) +#endif + #ifdef UNX #define strnicmp strncasecmp #endif |