summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/guid.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:30:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:30:32 +0000
commit8513dc023ada3c5a165915cb72061ae4e4bc8a2c (patch)
tree8dc0e56dc587cde31ac1c23055470c26cccd6269 /embedserv/source/embed/guid.cxx
parent26fb225577fb2c64c4ad7f9bcc41e223d3d44cae (diff)
INTEGRATION: CWS obo05 (1.7.10); FILE MERGED
2006/08/28 13:47:49 obo 1.7.10.1: #i53611# diable warnings C4917 and 4555
Diffstat (limited to 'embedserv/source/embed/guid.cxx')
-rwxr-xr-xembedserv/source/embed/guid.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/embedserv/source/embed/guid.cxx b/embedserv/source/embed/guid.cxx
index 3eed087557c7..e66933bcf12b 100755
--- a/embedserv/source/embed/guid.cxx
+++ b/embedserv/source/embed/guid.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: guid.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:40:39 $
+ * last change: $Author: vg $ $Date: 2006-09-25 13:30:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+#if defined(_MSC_VER) && (_MSC_VER > 1310)
+#pragma warning(disable : 4917 4555)
+#endif
#include "common.h"