diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 16:31:11 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 20:21:09 +0200 |
commit | 371e9da42c2c13872c15db2d89bbbb9e6c947eaf (patch) | |
tree | b6a9e377082b708d8b9433e57080e47b008a1479 /chart2 | |
parent | f2b815de56a2c2cfe6bb3f757cd70f7bbcbfe562 (diff) |
update_pch: fix precompiled_chartopengl
Change-Id: Iddc978672533d42e15ae901fc50c4adc53e65485
Diffstat (limited to 'chart2')
-rwxr-xr-x | chart2/inc/pch/precompiled_chartopengl.cxx | 8 | ||||
-rwxr-xr-x | chart2/inc/pch/precompiled_chartopengl.hxx | 59 |
2 files changed, 59 insertions, 8 deletions
diff --git a/chart2/inc/pch/precompiled_chartopengl.cxx b/chart2/inc/pch/precompiled_chartopengl.cxx index f05ecffa74e0..985b84c0a382 100755 --- a/chart2/inc/pch/precompiled_chartopengl.cxx +++ b/chart2/inc/pch/precompiled_chartopengl.cxx @@ -7,12 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -/* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such - manual changes will be rewritten by the next run of update_pch.sh (which presumably - also fixes all possible problems, so it's usually better to use it). -*/ - +#include "precompiled_chartopengl.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx index 8446c33a9eda..443f053b5ecd 100755 --- a/chart2/inc/pch/precompiled_chartopengl.hxx +++ b/chart2/inc/pch/precompiled_chartopengl.hxx @@ -7,6 +7,63 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "precompiled_chartopengl.cxx" +/* + This file has been autogenerated by update_pch.sh . It is possible to edit it + manually (such as when an include file has been moved/renamed/removed. All such + manual changes will be rewritten by the next run of update_pch.sh (which presumably + also fixes all possible problems, so it's usually better to use it). +*/ + +#include <GL/glew.h> +#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> +#include <com/sun/star/drawing/CircleKind.hpp> +#include <com/sun/star/drawing/DoubleSequence.hpp> +#include <com/sun/star/drawing/FillStyle.hpp> +#include <com/sun/star/drawing/FlagSequence.hpp> +#include <com/sun/star/drawing/LineStyle.hpp> +#include <com/sun/star/drawing/NormalsKind.hpp> +#include <com/sun/star/drawing/PointSequence.hpp> +#include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> +#include <com/sun/star/drawing/PolygonKind.hpp> +#include <com/sun/star/drawing/ProjectionMode.hpp> +#include <com/sun/star/drawing/ShadeMode.hpp> +#include <com/sun/star/drawing/TextFitToSizeType.hpp> +#include <com/sun/star/drawing/TextureProjectionMode.hpp> +#include <com/sun/star/graphic/XGraphic.hpp> +#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> +#include <stdlib.h> +#include <string.h> +#include <string> +#include <svx/svdocirc.hxx> +#include <svx/svdopath.hxx> +#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/svapp.hxx> +#include <vcl/virdev.hxx> +#include <vcl/window.hxx> +#include <vector> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |