summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/celltextparacontext.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/celltextparacontext.hxx
parentec3e84c89e6abcd12cc79ed38c5148e89a7a4f35 (diff)
Import document title field as well.
Change-Id: Iea73d553927ce95afbb9b6e9062b398733228687
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 7840cd6fc335..55ea8efdbb2f 100644
--- a/sc/source/filter/xml/celltextparacontext.hxx
+++ b/sc/source/filter/xml/celltextparacontext.hxx
@@ -34,7 +34,7 @@ public:
void PushSpan(const OUString& rSpan, const OUString& rStyleName);
void PushFieldSheetName();
void PushFieldDate(const OUString& rOutput);
- void PushFieldTitle(const OUString& rTitle);
+ void PushFieldTitle();
};
/**