diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-02-02 21:03:42 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 10:46:33 +0000 |
commit | de68bb85145e68fc170b8eab0fa3357cd7165421 (patch) | |
tree | 48fe4f4ee72580feaca2ef0112761787e8c73155 /framework/inc/pch | |
parent | 863122b9adecedfcf35ffac1354ef8a85d5b6827 (diff) |
Updated all precompiled headers.
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc/pch')
-rw-r--r-- | framework/inc/pch/precompiled_fwe.hxx | 8 | ||||
-rw-r--r-- | framework/inc/pch/precompiled_fwk.hxx | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/framework/inc/pch/precompiled_fwe.hxx b/framework/inc/pch/precompiled_fwe.hxx index 1747dc065f8a..ec8ec98a2602 100644 --- a/framework/inc/pch/precompiled_fwe.hxx +++ b/framework/inc/pch/precompiled_fwe.hxx @@ -16,7 +16,6 @@ #include <algorithm> #include <boost/function.hpp> -#include <unordered_map> #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -46,17 +45,16 @@ #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -#include <com/sun/star/util/theMacroExpander.hpp> #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/Writer.hpp> #include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp> #include <comphelper/asyncnotification.hxx> #include <comphelper/attributelist.hxx> #include <comphelper/flagguard.hxx> +#include <comphelper/getexpandeduri.hxx> #include <comphelper/interaction.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/sequenceashashmap.hxx> @@ -64,16 +62,17 @@ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/proptypehlp.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> #include <limits.h> #include <osl/conditn.hxx> +#include <osl/diagnose.h> #include <osl/mutex.hxx> #include <queue> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> -#include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> #include <sal/config.h> #include <sal/macros.h> @@ -85,6 +84,7 @@ #include <tools/diagnose_ex.h> #include <tools/stream.hxx> #include <tools/urlobj.hxx> +#include <unordered_map> #include <unotools/bootstrap.hxx> #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index ee59e9094fcb..98d91b4f1b14 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -16,7 +16,6 @@ #include "officecfg/Office/Common.hxx" #include <algorithm> -#include <unordered_map> #include <boost/bind.hpp> #include <boost/noncopyable.hpp> #include <boost/scoped_ptr.hpp> @@ -257,7 +256,6 @@ #include <com/sun/star/util/XStringSubstitution.hpp> #include <com/sun/star/util/XStringWidth.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -#include <com/sun/star/util/theMacroExpander.hpp> #include <com/sun/star/util/thePathSettings.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Parser.hpp> @@ -269,6 +267,7 @@ #include <comphelper/configurationhelper.hxx> #include <comphelper/enumhelper.hxx> #include <comphelper/extract.hxx> +#include <comphelper/getexpandeduri.hxx> #include <comphelper/interaction.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> @@ -298,6 +297,7 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> +#include <cstring> #include <functional> #include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> @@ -364,6 +364,7 @@ #include <tools/wldcrd.hxx> #include <ucbhelper/content.hxx> #include <uno/current_context.hxx> +#include <unordered_map> #include <unotools/bootstrap.hxx> #include <unotools/cmdoptions.hxx> #include <unotools/configitem.hxx> |