summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-11 13:25:53 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-11 22:33:35 -0500
commit180819d4feb2a2e889acad910d6d5241bea95d55 (patch)
treee089014012e2a02bb3cd688034e3b0b6db2e6487 /sc/source/filter/xml/xmlcelli.hxx
parentec3e84c89e6abcd12cc79ed38c5148e89a7a4f35 (diff)
Import document title field as well.
Change-Id: Iea73d553927ce95afbb9b6e9062b398733228687
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 20f4465ae98c..022d5a2fab11 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -49,10 +49,10 @@ class ScXMLTableRowCellContext : public ScXMLImportContext
struct Field : boost::noncopyable
{
- SvxFieldData* mpItem;
+ SvxFieldData* mpData;
ESelection maSelection;
- Field();
+ Field(SvxFieldData* pData);
~Field();
};
@@ -118,6 +118,8 @@ class ScXMLTableRowCellContext : public ScXMLImportContext
bool IsPossibleErrorString() const;
+ void PushParagraphField(SvxFieldData* pData);
+
public:
ScXMLTableRowCellContext( ScXMLImport& rImport, sal_uInt16 nPrfx,
@@ -135,6 +137,7 @@ public:
void PushParagraphSpan(const OUString& rSpan, const OUString& rStyleName);
void PushParagraphFieldSheetName();
+ void PushParagraphFieldDocTitle();
void PushParagraphEnd();
void SetAnnotation( const ScAddress& rPosition );