[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 6 07:08:42 PDT 2012
sc/source/filter/xml/xmlstyli.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 803aac5aafe5597b8a39cf85062a22716e29bb33
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Thu Sep 6 15:48:01 2012 +0200
assign correct value
(cherry picked from commit 160a88e18d868433813f3f09b340dcaf68f276b2)
Signed-off-by: Stephan Bergmann <sbergman at 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)
More information about the Libreoffice-commits
mailing list