summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-29 18:09:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-10-29 18:09:02 +0100
commit591d4559c5068d6f1f61fc63571a9fa6286b5661 (patch)
tree6b3d591754cf7e6eba43c0e2b94b2c604b232ed9 /include
parent628543c16d541a79b4933c9ffe7ce90d2b8ab746 (diff)
const
Change-Id: Ia76df719b2f76a993e65e0bf6d55723b1a2f5b93
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 c0f0fd36c309..3c999b00bad5 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -152,7 +152,7 @@ public:
::oox::core::XmlFilterBase& rFilterBase,
const Theme* pTheme,
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
- basegfx::B2DHomMatrix& aTransformation,
+ const basegfx::B2DHomMatrix& aTransformation,
FillProperties& rShapeOrParentShapeFillProps,
const ::com::sun::star::awt::Rectangle* pShapeRect = 0,
ShapeIdMap* pShapeMap = 0 );