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 /oox | |
parent | 831d1b6e62e91e67f171bd00305651043731d496 (diff) |
include PCH headers for headers changes
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 28a2030ac532..c59a451b556d 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -342,7 +342,6 @@ #include <string.h> #include <svl/languageoptions.hxx> #include <svtools/grfmgr.hxx> -#include <svtools/wmf.hxx> #include <svx/svdoashp.hxx> #include <svx/svdoole2.hxx> #include <svx/svdotext.hxx> @@ -360,6 +359,7 @@ #include <vcl/cvtgrf.hxx> #include <vcl/graph.hxx> #include <vcl/outdev.hxx> +#include <vcl/wmf.hxx> #include <vector> #include <xmlscript/xmldlg_imexp.hxx> |