diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-01-10 22:23:25 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-01-10 22:45:42 +0100 |
commit | 43f3be84c2ee77c3cd97fb729048f1c45f98b295 (patch) | |
tree | 99bbc0d3eee6bc99b5706fb6791e538988c7af54 /svx | |
parent | 831d1b6e62e91e67f171bd00305651043731d496 (diff) |
include PCH headers for headers changes
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 4 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 06dfc00c40d5..750090fe8f89 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -277,6 +277,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/macros.h> +#include <sal/types.h> #include <set> #include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> @@ -330,7 +331,6 @@ #include <svtools/ctrlbox.hxx> #include <svtools/ctrltool.hxx> #include <svtools/ehdl.hxx> -#include <svtools/filter.hxx> #include <svtools/imagemgr.hxx> #include <svtools/imapcirc.hxx> #include <svtools/imappoly.hxx> @@ -388,10 +388,12 @@ #include <vcl/fixed.hxx> #include <vcl/gradient.hxx> #include <vcl/graph.hxx> +#include <vcl/graphicfilter.hxx> #include <vcl/group.hxx> #include <vcl/hatch.hxx> #include <vcl/help.hxx> #include <vcl/image.hxx> +#include <vcl/layout.hxx> #include <vcl/lstbox.hxx> #include <vcl/menu.hxx> #include <vcl/metaact.hxx> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 16efcaed1495..24d928520552 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -31,7 +31,6 @@ #include "osl/diagnose.h" #include "sal/config.h" #include "sal/types.h" -#include "svtools/filter.hxx" #include "svtools/treelistentry.hxx" #include "toolkit/unohlp.hxx" #include "uno/lbnames.h" @@ -500,7 +499,6 @@ #include <svl/urlbmk.hxx> #include <svl/whiter.hxx> #include <svl/zforlist.hxx> -#include <svtools/FilterConfigItem.hxx> #include <svtools/accessibilityoptions.hxx> #include <svtools/borderhelper.hxx> #include <svtools/colorcfg.hxx> @@ -508,7 +506,6 @@ #include <svtools/ctrltool.hxx> #include <svtools/embedhlp.hxx> #include <svtools/filechangedchecker.hxx> -#include <svtools/filter.hxx> #include <svtools/fltcall.hxx> #include <svtools/grfmgr.hxx> #include <svtools/langtab.hxx> @@ -521,7 +518,6 @@ #include <svtools/unoevent.hxx> #include <svtools/unoimap.hxx> #include <svtools/valueset.hxx> -#include <svtools/wmf.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/vclunohelper.hxx> @@ -559,6 +555,7 @@ #include <unotools/syslocale.hxx> #include <unotools/tempfile.hxx> #include <unotools/ucbstreamhelper.hxx> +#include <vcl/FilterConfigItem.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/bmpacc.hxx> @@ -572,6 +569,7 @@ #include <vcl/gfxlink.hxx> #include <vcl/gradient.hxx> #include <vcl/graph.hxx> +#include <vcl/graphicfilter.hxx> #include <vcl/graphictools.hxx> #include <vcl/hatch.hxx> #include <vcl/jobset.hxx> @@ -592,6 +590,7 @@ #include <vcl/toolbox.hxx> #include <vcl/virdev.hxx> #include <vcl/window.hxx> +#include <vcl/wmf.hxx> #include <vcl/wrkwin.hxx> #include <vector> #include <xmloff/xmlictxt.hxx> |