summaryrefslogtreecommitdiffstats
path: root/sc/inc/cellvalue.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 10:29:16 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 10:27:29 +0200
commit44af42016eebc85c8b2f6e21efc2da7e732432fb (patch)
tree020d86d5f6b4d79d42fd6ccd2c9d0e2ae4012f12 /sc/inc/cellvalue.hxx
parentremove unused code ScTabViewShell::GetForms() const (diff)
downloadcore-44af42016eebc85c8b2f6e21efc2da7e732432fb.tar.gz
core-44af42016eebc85c8b2f6e21efc2da7e732432fb.zip
remove unused code ScRefCellValue::commit(ScColumn&, int) const
Change-Id: I2f91a7b6b471d655f19f1f0ed94c4e1d0273ed80
Diffstat (limited to 'sc/inc/cellvalue.hxx')
-rw-r--r--sc/inc/cellvalue.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx
index 94af1469e570..193cb967c3e7 100644
--- a/sc/inc/cellvalue.hxx
+++ b/sc/inc/cellvalue.hxx
@@ -130,8 +130,6 @@ struct SC_DLLPUBLIC ScRefCellValue
*/
void commit( ScDocument& rDoc, const ScAddress& rPos ) const;
- void commit( ScColumn& rColumn, SCROW nRow ) const;
-
bool hasString() const;
bool hasNumeric() const;