diff options
Diffstat (limited to 'oox/source/drawingml/shape.cxx')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index abb6115b08c0..50a3c6ae5528 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -266,7 +266,7 @@ void Shape::addShape( const Theme* pTheme, const Reference< XShapes >& rxShapes, const basegfx::B2DHomMatrix& aTransformation, - FillProperties& rShapeOrParentShapeFillProps, + const FillProperties& rShapeOrParentShapeFillProps, ShapeIdMap* pShapeMap, oox::drawingml::ShapePtr pParentGroupShape) { @@ -679,7 +679,7 @@ Reference< XShape > const & Shape::createAndInsert( bool bClearText, bool bDoNotInsertEmptyTextBody, basegfx::B2DHomMatrix& aParentTransformation, - FillProperties& rShapeOrParentShapeFillProps, + const FillProperties& rShapeOrParentShapeFillProps, oox::drawingml::ShapePtr pParentGroupShape) { bool bIsEmbMedia = false; |