diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-29 17:58:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-29 17:58:18 +0100 |
commit | 628543c16d541a79b4933c9ffe7ce90d2b8ab746 (patch) | |
tree | ff1d727a916e8b22d01323187d55a3ed01bad181 /oox | |
parent | e4e7f9d88e05fa610a72245c40f4e47f85db61ff (diff) |
const
Change-Id: I0d89cc99a1d8f7b3c17986b45653dce5e4b436d7
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 b635ed404706..1f10494d50d4 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; |