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 /editeng | |
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 'editeng')
-rw-r--r-- | editeng/inc/pch/precompiled_editeng.hxx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/editeng/inc/pch/precompiled_editeng.hxx b/editeng/inc/pch/precompiled_editeng.hxx index b7da7d29304b..5831f78fce09 100644 --- a/editeng/inc/pch/precompiled_editeng.hxx +++ b/editeng/inc/pch/precompiled_editeng.hxx @@ -22,12 +22,12 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> #include <boost/bind.hpp> +#include <boost/intrusive_ptr.hpp> #include <boost/make_shared.hpp> #include <boost/ref.hpp> #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <cassert> -#include <unordered_map> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> @@ -179,6 +179,9 @@ #include <com/sun/star/util/SortField.hpp> #include <com/sun/star/util/SortFieldType.hpp> #include <com/sun/star/xml/AttributeData.hpp> +#include <com/sun/star/xml/sax/FastParser.hpp> +#include <com/sun/star/xml/sax/FastToken.hpp> +#include <com/sun/star/xml/sax/FastTokenHandler.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/Writer.hpp> @@ -195,6 +198,7 @@ #include <comphelper/types.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase4.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weakref.hxx> @@ -203,6 +207,7 @@ #include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> #include <i18nutil/unicode.hxx> +#include <libxml/xmlwriter.h> #include <limits.h> #include <limits> #include <linguistic/lngprops.hxx> @@ -262,17 +267,20 @@ #include <tools/color.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> +#include <tools/errinf.hxx> #include <tools/gen.hxx> #include <tools/mapunit.hxx> #include <tools/poly.hxx> #include <tools/resid.hxx> #include <tools/rtti.hxx> +#include <tools/solar.h> #include <tools/stream.hxx> #include <tools/tenccvt.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/commandenvironment.hxx> #include <ucbhelper/content.hxx> #include <unicode/ubidi.h> +#include <unordered_map> #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/charclass.hxx> @@ -304,6 +312,7 @@ #include <vcl/graphicfilter.hxx> #include <vcl/help.hxx> #include <vcl/keycodes.hxx> +#include <vcl/layout.hxx> #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> #include <vcl/metaact.hxx> |