update_pch

Change-Id: I5316693452427ed76a7738b090de023b110caa40
This commit is contained in:
Thomas Arnhold
2014-05-28 15:52:41 +02:00
parent 9c1ff374e9
commit 5e62d30fa2
25 changed files with 306 additions and 35 deletions

View File

@@ -161,7 +161,6 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/property.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/typeprovider.hxx>

View File

@@ -15,6 +15,7 @@
*/
#include "com/sun/star/uno/RuntimeException.hpp"
#include "glm/gtc/matrix_inverse.hpp"
#include <GL/glew.h>
#include <algorithm>
#include <basegfx/matrix/b2dhommatrix.hxx>
@@ -30,6 +31,7 @@
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2ivector.hxx>
#include <boost/bind.hpp>
#include <boost/checked_delete.hpp>
#include <boost/ptr_container/ptr_map.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
@@ -222,6 +224,7 @@
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/servicehelper.hxx>
#include <comphelper/storagehelper.hxx>
#include <config_features.h>
#include <cppuhelper/compbase1.hxx>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/implementationentry.hxx>
@@ -306,6 +309,10 @@
#include <unotools/ucbstreamhelper.hxx>
#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>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>

View File

@@ -18,7 +18,6 @@
#include <algorithm>
#include <basegfx/matrix/b3dhommatrix.hxx>
#include <basegfx/point/b2dpoint.hxx>
#include <boost/scoped_array.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>