[Libreoffice-commits] .: svtools/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Mar 28 01:27:15 PDT 2011


 svtools/source/misc/transfer.cxx |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

New commits:
commit 66c802882e8c7c4d1c88dae9fbdaa5f97d50c650
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Mar 28 10:27:07 2011 +0200

    One more return of prewin.h/postwin.h hack :(

diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 8c77ef3..caa7da9 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -29,14 +29,9 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_svtools.hxx"
 #ifdef WNT
-#if defined _MSC_VER
-#pragma warning(push, 1)
-#pragma warning(disable: 4917)
-#endif
+#include <prewin.h>
+#include <postwin.h>
 #include <shlobj.h>
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
 #endif
 #include <osl/mutex.hxx>
 #include <rtl/memory.h>


More information about the Libreoffice-commits mailing list