User: hr Date: 06/06/19 18:48:02 Modified: /dba/connectivity/source/drivers/mozab/bootstrap/ MNSProfileDirServiceProvider.cxx
Log: INTEGRATION: CWS warnings01 (1.3.30); FILE MERGED 2005/12/22 11:44:53 fs 1.3.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/mozab/bootstrap/ ============================================================ File [changed]: MNSProfileDirServiceProvider.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/bootstrap/MNSProfileDirServiceProvider.cxx?r1=1.3&r2=1.4 Delta lines: +27 -21 --------------------- --- MNSProfileDirServiceProvider.cxx 8 Sep 2005 06:25:04 -0000 1.3 +++ MNSProfileDirServiceProvider.cxx 20 Jun 2006 01:48:00 -0000 1.4 @@ -33,6 +33,11 @@ * ************************************************************************/ +#if defined _MSC_VER + #pragma warning(disable:4710) +#endif + +#include "pre_include_mozilla.h" #include "MNSProfileDirServiceProvider.hxx" #include "nsIAtom.h" #include "nsStaticAtom.h" @@ -40,6 +45,7 @@ #include "nsDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h" #include "nsISupportsUtils.h" +#include "post_include_mozilla.h" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
