[Libreoffice-commits] core.git: 2 commits - chart2/inc chart2/Library_chartopengl.mk
Thomas Arnhold
thomas at arnhold.org
Tue May 6 09:26:55 PDT 2014
chart2/Library_chartopengl.mk | 2 ++
chart2/inc/pch/precompiled_chartopengl.hxx | 6 ++----
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 6708457e2bcc86a09922a8f120a975359e8ebbf6
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Tue May 6 18:26:07 2014 +0200
update_pch for chartopengl
Change-Id: I3c27cd3cd44fae8924399a3eaccc6af2aced650e
diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx
index 443f053..ee6165f 100644
--- a/chart2/inc/pch/precompiled_chartopengl.hxx
+++ b/chart2/inc/pch/precompiled_chartopengl.hxx
@@ -39,14 +39,11 @@
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <comphelper/InlineContainer.hxx>
-#include <config_folders.h>
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <editeng/unoprnms.hxx>
#include <fstream>
#include <iostream>
-#include <osl/file.hxx>
-#include <rtl/bootstrap.hxx>
#include <rtl/math.hxx>
#include <rtl/ustring.hxx>
#include <stdio.h>
@@ -58,9 +55,10 @@
#include <svx/unoshape.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <tools/gen.hxx>
-#include <vcl/bmpacc.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/graph.hxx>
+#include <vcl/opengl/IOpenGLRenderer.hxx>
+#include <vcl/opengl/OpenGLHelper.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
commit 40aafa459aadbb0a6468cb19cb9901e228ac6047
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Tue May 6 18:23:16 2014 +0200
enable pch for chartopengl
the pch file already exists, just needed to get compiled.
Change-Id: Ia9ff71b033a1508ed69696b8fd38ee8136393f42
diff --git a/chart2/Library_chartopengl.mk b/chart2/Library_chartopengl.mk
index 18505ef..bd47e89 100644
--- a/chart2/Library_chartopengl.mk
+++ b/chart2/Library_chartopengl.mk
@@ -17,6 +17,8 @@ $(eval $(call gb_Library_set_include,chartopengl,\
$$(INCLUDE) \
))
+$(eval $(call gb_Library_set_precompiled_header,chartopengl,$(SRCDIR)/chart2/inc/pch/precompiled_chartopengl))
+
$(eval $(call gb_Library_use_externals,chartopengl,\
boost_headers \
glm_headers \
More information about the Libreoffice-commits
mailing list