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

Mike Kaganski mike.kaganski at collabora.com
Fri Feb 2 04:59:13 UTC 2018


 sd/source/filter/grf/sdgrffilter.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 01fbc072b1f95087137932d44da0f01ac5d0908e
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Wed Jan 31 20:57:02 2018 +0300

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

diff --git a/sd/source/filter/grf/sdgrffilter.cxx b/sd/source/filter/grf/sdgrffilter.cxx
index 855ec8290a1a..c99b3d201496 100644
--- a/sd/source/filter/grf/sdgrffilter.cxx
+++ b/sd/source/filter/grf/sdgrffilter.cxx
@@ -17,9 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifdef _MSC_VER
-#pragma warning (disable:4190)
-#endif
 #include <com/sun/star/drawing/GraphicExportFilter.hpp>
 #include <com/sun/star/graphic/GraphicProvider.hpp>
 #include <com/sun/star/graphic/XGraphicProvider.hpp>


More information about the Libreoffice-commits mailing list