[Libreoffice-commits] core.git: bin/update_pch.sh chart2/inc

Thomas Arnhold thomas at arnhold.org
Thu May 29 00:59:35 PDT 2014


 bin/update_pch.sh                        |    1 +
 chart2/inc/pch/precompiled_chartcore.hxx |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fcfdadc2cb45b6c7903bc54638cce6ec8887e7ac
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Thu May 29 09:58:27 2014 +0200

    update_pch: exclude OpenGLContext.hxx for now
    
    Change-Id: I80ce89351e2a8dbb1d9d928b673a8589fd651584

diff --git a/bin/update_pch.sh b/bin/update_pch.sh
index 6b425cb..01ff57e 100755
--- a/bin/update_pch.sh
+++ b/bin/update_pch.sh
@@ -134,6 +134,7 @@ function filter_ignore()
 # - jerror.h and jpeglib.h are not self-contained
 # - service1.hxx/service2.hxx are inside comments in frameworks/
     grep -E -e '\.h[">]$' -e '\.hpp[">]$' -e '\.hdl[">]$' -e '\.hxx[">]$' -e '^[^\.]*>$' | \
+    grep -v -F -e '#include <vcl/opengl/OpenGLContext.hxx>' | \
     grep -v -F -e '#include <unicode/datefmt.h>' | \
     grep -v -F -e '#include "gperffasttoken.hxx"' | \
     grep -v -F -e '#include <svtools/sores.hxx>' | \
diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx
index 0ac0b52..bfa2c61 100644
--- a/chart2/inc/pch/precompiled_chartcore.hxx
+++ b/chart2/inc/pch/precompiled_chartcore.hxx
@@ -310,7 +310,6 @@
 #include <valarray>
 #include <vcl/cvtgrf.hxx>
 #include <vcl/font.hxx>
-#include <vcl/opengl/OpenGLContext.hxx>
 #include <vcl/opengl/OpenGLHelper.hxx>
 #include <vcl/openglwin.hxx>
 #include <vcl/outdev.hxx>


More information about the Libreoffice-commits mailing list