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 /cui/inc | |
parent | 46f52010e08ebc03c8a8efacd887b0ab526efaed (diff) |
update_pch
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
Diffstat (limited to 'cui/inc')
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index a813581bf7e0..9538003788fd 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.hxx @@ -102,6 +102,7 @@ #include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/document/XLinkTargetSupplier.hpp> #include <com/sun/star/document/XScriptInvocationContext.hpp> +#include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/embed/Aspects.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/EmbedStates.hpp> @@ -461,7 +462,6 @@ #include <svtools/insdlg.hxx> #include <svtools/langhelp.hxx> #include <svtools/langtab.hxx> -#include <svtools/localresaccess.hxx> #include <svtools/menuoptions.hxx> #include <svtools/miscopt.hxx> #include <svtools/optionsdrawinglayer.hxx> @@ -543,7 +543,9 @@ #include <svx/sxmtritm.hxx> #include <svx/sxmuitm.hxx> #include <svx/ucsubset.hxx> +#include <svx/unobrushitemhelper.hxx> #include <svx/viewlayoutitem.hxx> +#include <svx/xdef.hxx> #include <svx/xfillit.hxx> #include <svx/xflbckit.hxx> #include <svx/xfltrit.hxx> |