summaryrefslogtreecommitdiff
path: root/patches/dev300/oox-drawingml-fix-apply-shape-reference-crash.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/oox-drawingml-fix-apply-shape-reference-crash.diff')
-rw-r--r--patches/dev300/oox-drawingml-fix-apply-shape-reference-crash.diff19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/dev300/oox-drawingml-fix-apply-shape-reference-crash.diff b/patches/dev300/oox-drawingml-fix-apply-shape-reference-crash.diff
deleted file mode 100644
index e2ce020e9..000000000
--- a/patches/dev300/oox-drawingml-fix-apply-shape-reference-crash.diff
+++ /dev/null
@@ -1,19 +0,0 @@
----
- oox/source/drawingml/shape.cxx | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git oox/source/drawingml/shape.cxx oox/source/drawingml/shape.cxx
-index 765a559..bd251d1 100644
---- oox/source/drawingml/shape.cxx
-+++ oox/source/drawingml/shape.cxx
-@@ -172,6 +172,7 @@ void Shape::addShape(
-
- void Shape::applyShapeReference( const Shape& rReferencedShape )
- {
-+ if( rReferencedShape.mpTextBody.get() )
- mpTextBody = TextBodyPtr( new TextBody( *rReferencedShape.mpTextBody.get() ) );
- maShapeProperties = rReferencedShape.maShapeProperties;
- mpLinePropertiesPtr = LinePropertiesPtr( new LineProperties( *rReferencedShape.mpLinePropertiesPtr.get() ) );
---
-1.7.0.1
-