diff options
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/shape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index d3fd710954a5..dc2a06a78b56 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -253,7 +253,7 @@ public: void propagateDiagramHelper(); // for Writer it is necessary to migrate an existing helper to a new Shape - void migrateDiagramHelperToNewShape(ShapePtr& pTarget); + void migrateDiagramHelperToNewShape(const ShapePtr& pTarget); protected: |