summaryrefslogtreecommitdiff
path: root/embedserv/source/inc/iipaobj.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 12:32:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 12:32:14 +0000
commit4a6acb0dabc2cbb3f7635a066523b8177527a4d0 (patch)
treee52944d36b9edbba6be5b2f780c27fae82c2a6fc /embedserv/source/inc/iipaobj.hxx
parent76487608453a6272bcf32116174dde6026bb48f5 (diff)
INTEGRATION: CWS obo05 (1.5.8); FILE MERGED
2006/08/28 13:48:35 obo 1.5.8.1: #i53611# diable warnings C4917 and 4555
Diffstat (limited to 'embedserv/source/inc/iipaobj.hxx')
-rw-r--r--embedserv/source/inc/iipaobj.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/embedserv/source/inc/iipaobj.hxx b/embedserv/source/inc/iipaobj.hxx
index f1e87b01847c..3acbceda858f 100644
--- a/embedserv/source/inc/iipaobj.hxx
+++ b/embedserv/source/inc/iipaobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iipaobj.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 05:42:33 $
+ * last change: $Author: vg $ $Date: 2006-09-25 13:32:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,6 +35,9 @@
#ifndef _IIPAOBJ_HXX_
#define _IIPAOBJ_HXX_
+#if defined(_MSC_VER) && (_MSC_VER > 1310)
+#pragma warning(disable : 4917 4555)
+#endif
#include "stdafx.h"
#include <oleidl.h>
@@ -76,4 +79,4 @@ private:
};
-#endif
+#endif \ No newline at end of file