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 /sc | |
parent | 46f52010e08ebc03c8a8efacd887b0ab526efaed (diff) |
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 2 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_scfilt.hxx | 3 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_vbaobj.hxx | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index b9338c6810ed..91e1429a73f7 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -387,6 +387,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/CellProtection.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> @@ -783,6 +784,7 @@ #include <svx/sidebar/SidebarDialControl.hxx> #include <svx/srchdlg.hxx> #include <svx/svddef.hxx> +#include <svx/svddrgmt.hxx> #include <svx/svdetc.hxx> #include <svx/svdfield.hxx> #include <svx/svditer.hxx> diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index 0d01562a482f..cb2efd79dfe8 100644 --- a/sc/inc/pch/precompiled_scfilt.hxx +++ b/sc/inc/pch/precompiled_scfilt.hxx @@ -354,6 +354,7 @@ #include <map> #include <math.h> #include <memory> +#include <o3tl/heap_ptr.hxx> #include <officecfg/Office/Calc.hxx> #include <officecfg/Setup.hxx> #include <officecfg/System.hxx> @@ -368,7 +369,6 @@ #include <oox/drawingml/graphicshapecontext.hxx> #include <oox/drawingml/lineproperties.hxx> #include <oox/drawingml/shapepropertymap.hxx> -#include <oox/drawingml/theme.hxx> #include <oox/drawingml/themefragmenthandler.hxx> #include <oox/export/chartexport.hxx> #include <oox/export/drawingml.hxx> @@ -448,6 +448,7 @@ #include <svl/zformat.hxx> #include <svtools/colorcfg.hxx> #include <svtools/ctrltool.hxx> +#include <svtools/embedhlp.hxx> #include <svtools/embedtransfer.hxx> #include <svtools/htmlcfg.hxx> #include <svtools/htmlkywd.hxx> diff --git a/sc/inc/pch/precompiled_vbaobj.hxx b/sc/inc/pch/precompiled_vbaobj.hxx index b6570ed0d865..84abd83b9d63 100644 --- a/sc/inc/pch/precompiled_vbaobj.hxx +++ b/sc/inc/pch/precompiled_vbaobj.hxx @@ -201,7 +201,6 @@ #include <com/sun/star/xml/AttributeData.hpp> #include <comphelper/anytostring.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/servicedecl.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/unwrapargs.hxx> #include <cppuhelper/bootstrap.hxx> |