diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 17:33:02 +0100 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 18:43:27 +0100 |
commit | 47b17ca76bd6d0753131a5cb5760213649b3b7fa (patch) | |
tree | d043008e95e3b76f348fac0532213ab2d4cc2d95 /oox/inc/pch | |
parent | 32bd430f4d636b564a4cf796148705fd6ef72304 (diff) |
ignore #include inside #if
Diffstat (limited to 'oox/inc/pch')
-rw-r--r-- | oox/inc/pch/precompiled_oox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index 76bf93141b3c..28a2030ac532 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -196,6 +196,7 @@ #include <com/sun/star/form/binding/XListEntrySink.hpp> #include <com/sun/star/form/binding/XListEntrySource.hpp> #include <com/sun/star/form/binding/XValueBinding.hpp> +#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/graphic/GraphicObject.hpp> @@ -295,7 +296,6 @@ #include <com/sun/star/xml/sax/XLocator.hpp> #include <comphelper/configurationhelper.hxx> #include <comphelper/docpasswordhelper.hxx> -#include <comphelper/genericpropertyset.hxx> #include <comphelper/mediadescriptor.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> @@ -360,7 +360,6 @@ #include <vcl/cvtgrf.hxx> #include <vcl/graph.hxx> #include <vcl/outdev.hxx> -#include <vcl/unohelp.hxx> #include <vector> #include <xmlscript/xmldlg_imexp.hxx> |