Kaydet (Commit) 913c3bfa authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS obo05 (1.14.10); FILE MERGED

2006/08/28 13:48:34 obo 1.14.10.1: #i53611# diable warnings C4917 and 4555
üst 01b8752d
......@@ -4,9 +4,9 @@
*
* $RCSfile: embeddoc.hxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: hr $ $Date: 2006-06-20 05:42:22 $
* last change: $Author: vg $ $Date: 2006-09-25 13:31:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -38,6 +38,9 @@
#if defined(_MSC_VER) && (_MSC_VER >= 1300)
#undef _DEBUG
#endif
#if defined(_MSC_VER) && (_MSC_VER > 1310)
#pragma warning(disable : 4917 4555)
#endif
#include "common.h"
#include <oleidl.h>
......@@ -187,4 +190,3 @@ protected:
};
#endif //_EMBEDDOC_HXX_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment