summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-05-31 19:56:55 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-17 17:04:00 +0200
commit23d0816f92c5ad0885cbec648f324e68fc7f4a1b (patch)
treee6be9c580bfd7a60499de02ea57f5c63ee84bc9a
parentdc068d34271d070267e61f4761aebf8ccaabf299 (diff)
Remove unused method
Change-Id: I9be889c8d0ef2d606614592a2a918b2d089da682
-rw-r--r--sc/source/filter/xml/xmlsubti.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlsubti.hxx b/sc/source/filter/xml/xmlsubti.hxx
index 101eddd51bea..e95431460593 100644
--- a/sc/source/filter/xml/xmlsubti.hxx
+++ b/sc/source/filter/xml/xmlsubti.hxx
@@ -69,7 +69,6 @@ private:
public:
ScMyTableData(SCTAB nSheet = -1, sal_Int32 nCol = -1, sal_Int32 nRow = -1);
~ScMyTableData();
- com::sun::star::table::CellAddress GetCellPos() const { return aTableCellPos; }
sal_Int32 GetRow() const { return aTableCellPos.Row; }
sal_Int32 GetColumn() const { return aTableCellPos.Column; }
void AddRow();