User: obo     
Date: 2006/10/12 06:36:54

Modified:
   dba/dbaccess/source/ui/dlg/adodatalinks.cxx

Log:
 INTEGRATION: CWS sb59 (1.4.156); FILE MERGED
 2006/08/29 11:44:28 sb 1.4.156.1: #i67487# Made code warning-free (wntmsci10).

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: adodatalinks.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adodatalinks.cxx?r1=1.5&r2=1.6
Delta lines:  +7 -0
-------------------
--- adodatalinks.cxx    17 Sep 2006 07:07:19 -0000      1.5
+++ adodatalinks.cxx    12 Oct 2006 13:36:51 -0000      1.6
@@ -38,7 +38,14 @@
 
 
 #if defined(WIN) || defined(WNT)
+#if defined _MSC_VER
+#pragma warning(push, 1)
+#pragma warning(disable: 4917)
+#endif
 #include "msdasc.h"        // OLE DB Service Component header
+#if defined _MSC_VER
+#pragma warning(push, 1)
+#endif
 #include "stdio.h"
 
 #include <initguid.h>  // Include only once in your application




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to