Hi, I have submitted a patch for review:
https://gerrit.libreoffice.org/3831 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/31/3831/1 Update pch Change-Id: I7c0c9158eb17cb79ffceae6770b4c513d57b3817 --- M sw/inc/pch/precompiled_msword.hxx M vcl/inc/pch/precompiled_vcl.hxx M xmloff/inc/pch/precompiled_xo.hxx 3 files changed, 7 insertions(+), 3 deletions(-) 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> -- To view, visit https://gerrit.libreoffice.org/3831 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c0c9158eb17cb79ffceae6770b4c513d57b3817 Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: master Gerrit-Owner: Aurimas FiĊĦeras <auri...@members.fsf.org> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice