summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx9
1 files changed, 0 insertions, 9 deletions
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>