summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-29 17:58:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-10-29 17:58:18 +0100
commit628543c16d541a79b4933c9ffe7ce90d2b8ab746 (patch)
treeff1d727a916e8b22d01323187d55a3ed01bad181
parente4e7f9d88e05fa610a72245c40f4e47f85db61ff (diff)
const
Change-Id: I0d89cc99a1d8f7b3c17986b45653dce5e4b436d7
-rw-r--r--include/oox/drawingml/shape.hxx2
-rw-r--r--oox/source/drawingml/shape.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index 081429922189..c0f0fd36c309 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 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;