summaryrefslogtreecommitdiff
path: root/include
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 /include
parente4e7f9d88e05fa610a72245c40f4e47f85db61ff (diff)
const
Change-Id: I0d89cc99a1d8f7b3c17986b45653dce5e4b436d7
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/shape.hxx2
1 files changed, 1 insertions, 1 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 );