diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-13 08:52:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 11:13:24 +0100 |
commit | 24cad6a6490b245bd88ec3e3c87195628914f6a2 (patch) | |
tree | 12d9e7ec629054f5ad0a6990783d3e639449afeb /sfx2/inc/pch/precompiled_sfx.hxx | |
parent | 8061c8c70b7ffcd8f472d2f5b909911f2095fec7 (diff) |
Move MediaDescriptor from comphelper to unotools
...so it will be able to use SvtSecurityOptions internally.
Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
Diffstat (limited to 'sfx2/inc/pch/precompiled_sfx.hxx')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index cf955e951c8a..8a145d642dc8 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -66,7 +66,6 @@ #include <com/sun/star/xml/sax/Writer.hpp> #include <com/sun/star/xml/sax/XSAXSerializable.hpp> #include <com/sun/star/xml/xpath/XPathAPI.hpp> -#include <comphelper/mediadescriptor.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequenceasvector.hxx> #include <comphelper/storagehelper.hxx> @@ -534,7 +533,6 @@ #include <comphelper/flagguard.hxx> #include <comphelper/interaction.hxx> #include <comphelper/makesequence.hxx> -#include <comphelper/mediadescriptor.hxx> #include <comphelper/mimeconfighelper.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/numberedcollection.hxx> @@ -775,6 +773,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/localisationoptions.hxx> +#include <unotools/mediadescriptor.hxx> #include <unotools/misccfg.hxx> #include <unotools/moduleoptions.hxx> #include <unotools/pathoptions.hxx> |