include/oox/drawingml/shape.hxx | 2 +- oox/source/drawingml/shape.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 628543c16d541a79b4933c9ffe7ce90d2b8ab746 Author: Stephan Bergmann <[email protected]> Date: Wed Oct 29 17:58:05 2014 +0100 const Change-Id: I0d89cc99a1d8f7b3c17986b45653dce5e4b436d7 diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index 0814299..c0f0fd3 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -216,7 +216,7 @@ protected: const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes, const ::com::sun::star::awt::Rectangle& rClientRect, ShapeIdMap* pShapeMap, - basegfx::B2DHomMatrix& aTransformation ); + const basegfx::B2DHomMatrix& aTransformation ); void keepDiagramCompatibilityInfo( ::oox::core::XmlFilterBase& rFilterBase ); diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index b635ed4..1f10494 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -347,7 +347,7 @@ void Shape::addChildren( const Reference< XShapes >& rxShapes, const awt::Rectangle&, ShapeIdMap* pShapeMap, - basegfx::B2DHomMatrix& aTransformation ) + const basegfx::B2DHomMatrix& aTransformation ) { basegfx::B2DHomMatrix aChildTransformation; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
