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

Michael Stahl mstahl at redhat.com
Thu Feb 15 16:13:59 UTC 2018


 sdext/source/pdfimport/pdfparse/pdfparse.cxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 764e4a4cd384ce9aafa2ba4ba862f7dc8a4c8934
Author: Michael Stahl <mstahl at 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: */


More information about the Libreoffice-commits mailing list