sw/inc/pch/precompiled_msword.hxx | 2 +- vcl/inc/pch/precompiled_vcl.hxx | 7 +++++-- xmloff/inc/pch/precompiled_xo.hxx | 1 + 3 files changed, 7 insertions(+), 3 deletions(-)
New commits: commit 596c3b459d2e1976ac4ac4e10f152c6353e79e36 Author: Aurimas Fišeras <[email protected]> Date: Thu May 9 09:50:56 2013 +0300 Update pch Change-Id: I7c0c9158eb17cb79ffceae6770b4c513d57b3817 Reviewed-on: https://gerrit.libreoffice.org/3831 Reviewed-by: Thomas Arnhold <[email protected]> Tested-by: Thomas Arnhold <[email protected]> diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 461e572..854d2ce 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -91,6 +91,7 @@ #include <cstdio> #include <cstring> #include <ctype.h> +#include <doctok/sprmids.hxx> #include <editeng/adjustitem.hxx> #include <editeng/autokernitem.hxx> #include <editeng/blinkitem.hxx> @@ -265,7 +266,6 @@ #include <vcl/virdev.hxx> #include <vcl/wmf.hxx> #include <vector> -#include <doctok/sprmids.hxx> #include <xmloff/odffields.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index e92c80d..8b49d62 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -65,6 +65,8 @@ #include "com/sun/star/lang/XServiceName.hpp" #include "com/sun/star/lang/XSingleServiceFactory.hpp" #include "com/sun/star/linguistic2/LinguServiceManager.hpp" +#include "com/sun/star/packages/zip/ZipFileAccess.hpp" +#include "com/sun/star/rendering/CanvasFactory.hpp" #include "com/sun/star/rendering/XCanvas.hpp" #include "com/sun/star/rendering/XSpriteCanvas.hpp" #include "com/sun/star/script/XInvocation.hpp" @@ -207,11 +209,11 @@ #include <com/sun/star/geometry/RealRectangle2D.hpp> #include <com/sun/star/geometry/RealSize2D.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> +#include <com/sun/star/graphic/Primitive2DTools.hpp> +#include <com/sun/star/graphic/SvgTools.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicRenderer.hpp> -#include <com/sun/star/graphic/XPrimitive2DRenderer.hpp> -#include <com/sun/star/graphic/XSvgParser.hpp> #include <com/sun/star/i18n/BreakIterator.hpp> #include <com/sun/star/i18n/CharacterClassification.hpp> #include <com/sun/star/i18n/CharacterIteratorMode.hpp> @@ -235,6 +237,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/rendering/CanvasFactory.hpp> #include <com/sun/star/rendering/ColorComponentTag.hpp> #include <com/sun/star/rendering/ColorSpaceType.hpp> #include <com/sun/star/rendering/IntegerBitmapLayout.hpp> diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 8b0f1e7..6da19725 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -39,6 +39,7 @@ #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> #include <boost/unordered_map.hpp> +#include <cassert> #include <com/sun/star/animations/AnimationAdditiveMode.hpp> #include <com/sun/star/animations/AnimationCalcMode.hpp> #include <com/sun/star/animations/AnimationColorSpace.hpp>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
