sc/source/filter/xml/xmlstyli.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 803aac5aafe5597b8a39cf85062a22716e29bb33 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Sep 6 15:48:01 2012 +0200 assign correct value (cherry picked from commit 160a88e18d868433813f3f09b340dcaf68f276b2) Signed-off-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx index 4c99b6d..93e95fe 100644 --- a/sc/source/filter/xml/xmlstyli.cxx +++ b/sc/source/filter/xml/xmlstyli.cxx @@ -413,7 +413,7 @@ SvXMLImportContext *XMLTableStyleContext::CreateChildContext( if(!mpCondFormat) mpCondFormat = new ScConditionalFormat( 0, GetScImport().GetDocument() ); ScXMLMapContext* pMapContext = new ScXMLMapContext(GetImport(), nPrefix, rLocalName, xAttrList); - pContext = pContext; + pContext = pMapContext; mpCondFormat->AddEntry(pMapContext->CreateConditionEntry()); } if (!pContext) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits