summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/celltextparacontext.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-08 00:02:28 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-11 22:33:32 -0500
commit9f023774b84986fd754e3be7a5bd2e1db0ca6800 (patch)
tree176efb9326034f8860f5240ae1250878b5b5626d /sc/source/filter/xml/celltextparacontext.hxx
parenta112251d748ab74c5254e7e0ad1c8f3fb3d67b70 (diff)
Push everything to the cell context.
This is to prepare for the use of EditEngine to create rich text paragraphs. Change-Id: Ic3577e38352429a61c3524114d071c80507e4a4b
Diffstat (limited to 'sc/source/filter/xml/celltextparacontext.hxx')
-rw-r--r--sc/source/filter/xml/celltextparacontext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/celltextparacontext.hxx b/sc/source/filter/xml/celltextparacontext.hxx
index ecc68808f571..75ce3f8c76db 100644
--- a/sc/source/filter/xml/celltextparacontext.hxx
+++ b/sc/source/filter/xml/celltextparacontext.hxx
@@ -21,7 +21,7 @@ class ScXMLTableRowCellContext;
class ScXMLCellTextParaContext : public ScXMLImportContext
{
ScXMLTableRowCellContext& mrParentCxt;
- OUStringBuffer maContent;
+ OUString maContent;
public:
ScXMLCellTextParaContext(ScXMLImport& rImport, sal_uInt16 nPrefix, const OUString& rLName, ScXMLTableRowCellContext& rParent);