summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-06-06 20:57:38 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-17 17:04:03 +0200
commit3c6fc6ce98d8787ab9c0be55851a09d97e3ec4d9 (patch)
treeada9ebf10894672f30ea36f8cafed7bb1369d71c /sc/source/filter/xml/xmlcelli.hxx
parenta137ecf74ad0c0342183c9772ff1c22c03fd0ffd (diff)
Put logic that adds nonformula cells into its own method
Change-Id: Ieb8d806e8890166c7ccb2188a79368873aaf42a7
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index bc7f49f8df37..6bd22a524910 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -103,6 +103,8 @@ class ScXMLTableRowCellContext : public SvXMLImportContext
void AddNumberCellToDoc ( const ScAddress& rScCurrentPos );
void AddCellsToTable ( const ScAddress& rScCellPos,
const ::boost::optional< rtl::OUString >& pOUText, ScAddress& rScCurrentPos );
+ void AddNonFormulaCells ( const ScAddress& rScCellPos,
+ const com::sun::star::uno::Reference<com::sun::star::table::XCellRange>& xCellRange );
void AddFormulaCell ( const ScAddress& rScCellPos,
const com::sun::star::uno::Reference<com::sun::star::table::XCellRange>& xCellRange );