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 /cui/inc | |
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 'cui/inc')
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 9538003788fd..4c2d5a8df3eb 100644 --- a/cui/inc/pch/precompiled_cui.hxx +++ b/cui/inc/pch/precompiled_cui.hxx @@ -43,6 +43,7 @@ #include "svx/svxgrahicitem.hxx" #include "svx/xattr.hxx" #include "svx/xoutbmp.hxx" +#include "ucbhelper/content.hxx" #include <algorithm> #include <avmedia/mediawindow.hxx> #include <basegfx/color/bcolortools.hxx> @@ -249,8 +250,9 @@ #include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/util/XFlushable.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/Parser.hpp> +#include <com/sun/star/xml/sax/XParser.hpp> #include <comphelper/anytostring.hxx> #include <comphelper/broadcasthelper.hxx> #include <comphelper/classids.hxx> @@ -258,10 +260,12 @@ #include <comphelper/docpasswordrequest.hxx> #include <comphelper/documentinfo.hxx> #include <comphelper/extract.hxx> +#include <comphelper/getexpandeduri.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/proparrhlp.hxx> #include <comphelper/propertycontainer.hxx> +#include <comphelper/random.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequence.hxx> #include <comphelper/sequenceashashmap.hxx> @@ -346,6 +350,7 @@ #include <memory> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/OptionsDialog.hxx> +#include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/module.hxx> #include <osl/mutex.hxx> @@ -356,7 +361,6 @@ #include <rtl/math.hxx> #include <rtl/strbuf.hxx> #include <rtl/textenc.h> -#include <rtl/uri.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/config.h> @@ -417,6 +421,7 @@ #include <svl/cjkoptions.hxx> #include <svl/cntwall.hxx> #include <svl/ctloptions.hxx> +#include <svl/currencytable.hxx> #include <svl/eitem.hxx> #include <svl/filenotation.hxx> #include <svl/flagitem.hxx> @@ -542,6 +547,7 @@ #include <svx/sxmtpitm.hxx> #include <svx/sxmtritm.hxx> #include <svx/sxmuitm.hxx> +#include <svx/transfrmhelper.hxx> #include <svx/ucsubset.hxx> #include <svx/unobrushitemhelper.hxx> #include <svx/viewlayoutitem.hxx> @@ -561,6 +567,7 @@ #include <tools/date.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> +#include <tools/fract.hxx> #include <tools/mapunit.hxx> #include <tools/rc.h> #include <tools/rcid.h> @@ -602,6 +609,7 @@ #include <unotools/ucbstreamhelper.hxx> #include <unotools/useroptions.hxx> #include <unotools/viewoptions.hxx> +#include <utility> #include <vcl/IconThemeInfo.hxx> #include <vcl/bitmap.hxx> #include <vcl/bmpacc.hxx> |