Bugzilla – Attachment 110812 Details for
Bug 87281
Crash on importing diagram in .docx file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
diff for changes in diagramdefinitioncontext.cxx
patch (text/plain), 593 bytes, created by
Gary Houston
on 2014-12-13 11:44:45 UTC
(
hide
)
Description:
diff for changes in diagramdefinitioncontext.cxx
Filename:
MIME Type:
Creator:
Gary Houston
Created:
2014-12-13 11:44:45 UTC
Size:
593 bytes
patch
obsolete
>diff --git a/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx b/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx >index 7f43761..88b69f2 100644 >--- a/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx >+++ b/oox/source/drawingml/diagram/diagramdefinitioncontext.cxx >@@ -48,7 +48,9 @@ DiagramDefinitionContext::DiagramDefinitionContext( ContextHandler2Helper& rPare > > DiagramDefinitionContext::~DiagramDefinitionContext() > { >- mpLayout->getNode()->dump(0); >+ LayoutNodePtr node = mpLayout->getNode(); >+ if (node) >+ node->dump(0); > } > > ContextHandlerRef
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 87281
: 110812 |
110837
|
110844