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 /sd | |
parent | 46f52010e08ebc03c8a8efacd887b0ab526efaed (diff) |
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 4 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index e51a98faf48a..4742cf5b0b5c 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -202,6 +202,7 @@ #include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> #include <com/sun/star/embed/StorageFactory.hpp> +#include <com/sun/star/embed/XComponentSupplier.hpp> #include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp> #include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/XStorage.hpp> @@ -514,6 +515,7 @@ #include <sfx2/fcontnr.hxx> #include <sfx2/filedlghelper.hxx> #include <sfx2/frame.hxx> +#include <sfx2/frmhtmlw.hxx> #include <sfx2/imagemgr.hxx> #include <sfx2/imgmgr.hxx> #include <sfx2/infobar.hxx> @@ -554,7 +556,6 @@ #include <string> #include <svl/IndexedStyleSheets.hxx> #include <svl/aeitem.hxx> -#include <svl/SfxBroadcaster.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <svl/eitem.hxx> @@ -588,6 +589,7 @@ #include <svtools/ctrlbox.hxx> #include <svtools/ctrltool.hxx> #include <svtools/ehdl.hxx> +#include <svtools/embedhlp.hxx> #include <svtools/embedtransfer.hxx> #include <svtools/htmlout.hxx> #include <svtools/imapcirc.hxx> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index 7fbcfe4b0bfb..73f479f910bf 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.hxx @@ -149,6 +149,7 @@ #include <unotools/useroptions.hxx> #include <vcl/FilterConfigItem.hxx> #include <vcl/bmpacc.hxx> +#include <vcl/builder.hxx> #include <vcl/button.hxx> #include <vcl/combobox.hxx> #include <vcl/ctrl.hxx> |