From 591d4559c5068d6f1f61fc63571a9fa6286b5661 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 29 Oct 2014 18:09:02 +0100 Subject: const Change-Id: Ia76df719b2f76a993e65e0bf6d55723b1a2f5b93 --- include/oox/drawingml/shape.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index c0f0fd36c309..3c999b00bad5 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -152,7 +152,7 @@ public: ::oox::core::XmlFilterBase& rFilterBase, const Theme* pTheme, const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, - basegfx::B2DHomMatrix& aTransformation, + const basegfx::B2DHomMatrix& aTransformation, FillProperties& rShapeOrParentShapeFillProps, const ::com::sun::star::awt::Rectangle* pShapeRect = 0, ShapeIdMap* pShapeMap = 0 ); -- cgit