From cbf0cad82100308d6094eabf2440e53961b3329e Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 11 Feb 2013 13:31:26 -0500 Subject: Import date fields. Change-Id: If37f5253e4e201aab30c54ce503b6c8b6d967d92 --- sc/source/filter/xml/celltextparacontext.cxx | 10 +++++----- sc/source/filter/xml/celltextparacontext.hxx | 4 +--- sc/source/filter/xml/xmlcelli.cxx | 5 +++++ sc/source/filter/xml/xmlcelli.hxx | 1 + 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/sc/source/filter/xml/celltextparacontext.cxx b/sc/source/filter/xml/celltextparacontext.cxx index a4ce72dec9cd..abca9d8edaa0 100644 --- a/sc/source/filter/xml/celltextparacontext.cxx +++ b/sc/source/filter/xml/celltextparacontext.cxx @@ -78,8 +78,9 @@ void ScXMLCellTextParaContext::PushFieldSheetName() mrParentCxt.PushParagraphFieldSheetName(); } -void ScXMLCellTextParaContext::PushFieldDate(const OUString& rOutput) +void ScXMLCellTextParaContext::PushFieldDate() { + mrParentCxt.PushParagraphFieldDate(); } void ScXMLCellTextParaContext::PushFieldTitle() @@ -180,11 +181,11 @@ void ScXMLCellFieldDateContext::StartElement(const uno::Reference& xAttrList ); void PushParagraphSpan(const OUString& rSpan, const OUString& rStyleName); + void PushParagraphFieldDate(); void PushParagraphFieldSheetName(); void PushParagraphFieldDocTitle(); void PushParagraphEnd(); -- cgit