summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-08-22 16:14:31 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-08-22 21:56:00 -0400
commit44e68c897ee8ec160618b16d684c832564162213 (patch)
treea50ff2fdbcf66795d3b26613b23be5113d070959 /sc/source/filter/inc
parent16f9011c9c8d9835997cc7c800c3f289dfcb9719 (diff)
Split FillAsHeader into FillAsHeaderBinary and FillAsHeaderXml.
To reduce complexity in each method, and remove records that are specific to binary export form the Xml variant. Change-Id: I6c66054b99dd8cded5767610f2390952b59caf23
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/excdoc.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/filter/inc/excdoc.hxx b/sc/source/filter/inc/excdoc.hxx
index 61e0c8d985e5..3d17d9d3e354 100644
--- a/sc/source/filter/inc/excdoc.hxx
+++ b/sc/source/filter/inc/excdoc.hxx
@@ -66,7 +66,9 @@ public:
ExcTable( const XclExpRoot& rRoot, SCTAB nScTab );
virtual ~ExcTable();
- void FillAsHeader( ExcBoundsheetList& rBoundsheetList );
+ void FillAsHeaderBinary( ExcBoundsheetList& rBoundsheetList );
+ void FillAsHeaderXml( ExcBoundsheetList& rBoundsheetList );
+
void FillAsTable( SCTAB nCodeNameIdx );
void FillAsEmptyTable( SCTAB nCodeNameIdx );