diff options
-rw-r--r-- | sc/source/filter/xml/celltextparacontext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/celltextparacontext.cxx b/sc/source/filter/xml/celltextparacontext.cxx index ddc0fc3fed6e..4a1520f7b0e2 100644 --- a/sc/source/filter/xml/celltextparacontext.cxx +++ b/sc/source/filter/xml/celltextparacontext.cxx @@ -38,7 +38,7 @@ void ScXMLCellTextParaContext::EndElement() void ScXMLCellTextParaContext::Characters(const OUString& rChars) { - maContent = rChars; + maContent += rChars; } SvXMLImportContext* ScXMLCellTextParaContext::CreateChildContext( |