summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-06-09 06:53:23 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-17 17:04:04 +0200
commit62cab9f5d3852b5baf7fcffb513e7c3e45b191bb (patch)
treef9ec54438f3d9c7df5d69cd88f6f8887fd29362d /sc/source/filter/xml/xmlcelli.hxx
parent1f2c836e7a93ace9deb1b05bdb5f1a2ff7a42fd2 (diff)
Remove unused variables and parameters
Change-Id: I8691529e6260ea4d9e9d1d61ce3b1b28de7a676e
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 11914b2c4434..978c9c102d94 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -101,11 +101,9 @@ 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 AddNonFormulaCells ( const ScAddress& rScCellPos );
void AddNonMatrixFormulaCell ( const ScAddress& rScCurrentPos );
- void AddFormulaCell ( const ScAddress& rScCellPos,
- const com::sun::star::uno::Reference<com::sun::star::table::XCellRange>& xCellRange );
+ void AddFormulaCell ( const ScAddress& rScCellPos );
public: