diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-02-02 21:03:42 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 10:46:33 +0000 |
commit | de68bb85145e68fc170b8eab0fa3357cd7165421 (patch) | |
tree | 48fe4f4ee72580feaca2ef0112761787e8c73155 /chart2/inc | |
parent | 863122b9adecedfcf35ffac1354ef8a85d5b6827 (diff) |
Updated all precompiled headers.
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/pch/precompiled_chartcontroller.hxx | 4 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartcore.hxx | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index e27901f4c671..12b3613f56bb 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.hxx @@ -72,6 +72,7 @@ #include <com/sun/star/chart2/RelativeSize.hpp> #include <com/sun/star/chart2/Symbol.hpp> #include <com/sun/star/chart2/SymbolStyle.hpp> +#include <com/sun/star/chart2/X3DChartWindowProvider.hpp> #include <com/sun/star/chart2/XAnyDescriptionAccess.hpp> #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> @@ -193,12 +194,14 @@ #include <memory> #include <numeric> #include <o3tl/compat_functional.hxx> +#include <osl/diagnose.h> #include <osl/mutex.hxx> #include <rtl/instance.hxx> #include <rtl/math.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <rtl/uuid.h> +#include <sal/config.h> #include <sfx2/dispatch.hxx> #include <sfx2/objsh.hxx> #include <sfx2/tabdlg.hxx> @@ -315,6 +318,7 @@ #include <vcl/image.hxx> #include <vcl/layout.hxx> #include <vcl/msgbox.hxx> +#include <vcl/openglwin.hxx> #include <vcl/outdev.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index b0492806c693..7527cd7750db 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.hxx @@ -33,6 +33,7 @@ #include <boost/bind.hpp> #include <boost/checked_delete.hpp> #include <boost/ptr_container/ptr_map.hpp> +#include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> @@ -84,11 +85,9 @@ #include <com/sun/star/chart2/XAnyDescriptionAccess.hpp> #include <com/sun/star/chart2/XAxis.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> -#include <com/sun/star/chart2/XChartType.hpp> #include <com/sun/star/chart2/XChartTypeContainer.hpp> #include <com/sun/star/chart2/XChartTypeTemplate.hpp> #include <com/sun/star/chart2/XColorScheme.hpp> -#include <com/sun/star/chart2/XCoordinateSystem.hpp> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> @@ -236,6 +235,7 @@ #include <drawinglayer/XShapeDumper.hxx> #include <editeng/brushitem.hxx> #include <editeng/eeitem.hxx> +#include <editeng/frmdiritem.hxx> #include <editeng/sizeitem.hxx> #include <editeng/unolingu.hxx> #include <editeng/unoprnms.hxx> @@ -279,6 +279,7 @@ #include <svl/zformat.hxx> #include <svtools/sfxecode.hxx> #include <svx/XPropertyTable.hxx> +#include <svx/charthelper.hxx> #include <svx/chrtitem.hxx> #include <svx/e3dsceneupdater.hxx> #include <svx/objfac3d.hxx> @@ -296,10 +297,10 @@ #include <svx/xtable.hxx> #include <time.h> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <tools/resmgr.hxx> #include <tools/solar.h> #include <ucbhelper/content.hxx> +#include <unordered_map> #include <unotools/charclass.hxx> #include <unotools/configitem.hxx> #include <unotools/lingucfg.hxx> |