[Libreoffice-commits] core.git: xmlhelp/source

Mike Kaganski mike.kaganski at collabora.com
Fri Feb 2 12:13:31 UTC 2018


 xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit c7f1a8a8726fe0395a88e674be8f3fdaf0b7af3f
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Wed Jan 31 22:48:02 2018 +0300

    xmlhelp: MSVC: pragma warning: make more specific, remove obsolete
    
    Change-Id: I211a6f95f7146d7ffaa0c44af786c4474abc73f4
    Reviewed-on: https://gerrit.libreoffice.org/49058
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
index 5ccbb5137197..69f30b06130d 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
@@ -28,11 +28,6 @@
 
 #include <helpcompiler/HelpSearch.hxx>
 
-#if defined _MSC_VER
-#pragma warning(push)
-#pragma warning(disable : 4068 4263 4264 4266)
-#endif
-
 #if defined(__GNUC__)
 #  pragma GCC visibility push (default)
 #endif
@@ -41,10 +36,6 @@
 #  pragma GCC visibility pop
 #endif
 
-#if defined _MSC_VER
-#pragma warning(pop)
-#endif
-
 #include <rtl/ustring.hxx>
 
 #include <algorithm>


More information about the Libreoffice-commits mailing list