diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-11 09:07:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-13 10:10:33 +0200 |
commit | 7cc627ff79aeda1971ee0d8bfd7b0d5d773384f9 (patch) | |
tree | eb503ed8e5447cee0107b89e33b6dbdc450e2fa8 /chart2 | |
parent | 46f52010e08ebc03c8a8efacd887b0ab526efaed (diff) |
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/inc/pch/precompiled_chartcontroller.hxx | 1 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartcore.hxx | 3 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartopengl.hxx | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 2971743457a7..e27901f4c671 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.hxx @@ -21,6 +21,7 @@ #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <boost/checked_delete.hpp> #include <boost/ref.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index bfa2c61a4ac3..b0492806c693 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.hxx @@ -194,6 +194,7 @@ #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp> #include <com/sun/star/text/XTextRange.hpp> +#include <com/sun/star/ucb/CommandFailedException.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> @@ -308,8 +309,10 @@ #include <unotools/streamwrap.hxx> #include <unotools/ucbstreamhelper.hxx> #include <valarray> +#include <vcl/bmpacc.hxx> #include <vcl/cvtgrf.hxx> #include <vcl/font.hxx> +#include <vcl/opengl/GLMHelper.hxx> #include <vcl/opengl/OpenGLHelper.hxx> #include <vcl/openglwin.hxx> #include <vcl/outdev.hxx> diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx index 8c66c95eb46f..f1981a13e6a3 100644 --- a/chart2/inc/pch/precompiled_chartopengl.hxx +++ b/chart2/inc/pch/precompiled_chartopengl.hxx @@ -58,6 +58,7 @@ #include <vcl/graph.hxx> #include <vcl/opengl/IOpenGLRenderer.hxx> #include <vcl/opengl/OpenGLHelper.hxx> +#include <vcl/openglwin.hxx> #include <vcl/svapp.hxx> #include <vcl/virdev.hxx> #include <vcl/window.hxx> |