diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-29 18:09:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-29 18:09:02 +0100 |
commit | 591d4559c5068d6f1f61fc63571a9fa6286b5661 (patch) | |
tree | 6b3d591754cf7e6eba43c0e2b94b2c604b232ed9 /oox | |
parent | 628543c16d541a79b4933c9ffe7ce90d2b8ab746 (diff) |
const
Change-Id: Ia76df719b2f76a993e65e0bf6d55723b1a2f5b93
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 1f10494d50d4..2d489028c50c 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -229,7 +229,7 @@ void Shape::addShape( ::oox::core::XmlFilterBase& rFilterBase, const Theme* pTheme, const Reference< XShapes >& rxShapes, - basegfx::B2DHomMatrix& aTransformation, + const basegfx::B2DHomMatrix& aTransformation, FillProperties& rShapeOrParentShapeFillProps, const awt::Rectangle* pShapeRect, ShapeIdMap* pShapeMap ) |