sdext/source/pdfimport/pdfparse/pdfparse.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 764e4a4cd384ce9aafa2ba4ba862f7dc8a4c8934 Author: Michael Stahl <mst...@redhat.com> Date: Thu Feb 15 17:11:23 2018 +0100 sdext: if all else fails USE BIGGER HAMMER Change-Id: I83803461310580c47886322e20c0949a371a0407 diff --git a/sdext/source/pdfimport/pdfparse/pdfparse.cxx b/sdext/source/pdfimport/pdfparse/pdfparse.cxx index 9512cfcf3bf3..5d69d767aa97 100644 --- a/sdext/source/pdfimport/pdfparse/pdfparse.cxx +++ b/sdext/source/pdfimport/pdfparse/pdfparse.cxx @@ -34,10 +34,6 @@ #include <boost/spirit/include/classic_file_iterator.hpp> #include <boost/bind.hpp> -#if defined(_MSC_VER) -#pragma warning(pop) -#endif - #include <string.h> #include <rtl/strbuf.hxx> @@ -682,5 +678,9 @@ PDFEntry* PDFReader::read( const char* pFileName ) #endif // WIN32 } +#if defined(_MSC_VER) +#pragma warning(pop) +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits