summaryrefslogtreecommitdiff
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-07-11 23:12:27 (GMT)
committer Kohei Yoshida <kohei.yoshida@gmail.com>2012-07-12 00:37:44 (GMT)
commit9e603369f5e8df5d12c5e6bd9018f6b8eef0358d (patch) (side-by-side diff)
tree69160783dce68efb21b5e97ca6adebee2a83ce60
parent59b32886a48954f9dad96b3329d172ac73aaa065 (diff)
downloadcore-9e603369f5e8df5d12c5e6bd9018f6b8eef0358d.zip
core-9e603369f5e8df5d12c5e6bd9018f6b8eef0358d.tar.gz
Remove method that is no longer needed
I added this method recently, but it is no longer needed. Change-Id: I0baa67ce1eb41cddde52a61bca65feede65c3994
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--sc/inc/cell.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index 204e289..f609a46 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -448,7 +448,6 @@ public:
sal_uInt16 GetErrCode(); // interpret first if necessary
sal_uInt16 GetRawError(); // don't interpret, just return code or result error
short GetFormatType() const { return nFormatType; }
- void SetFormatType( short nFType ) { nFormatType = nFType; }
sal_uLong GetFormatIndex() const { return nFormatIndex; }
void GetFormatInfo( short& nType, sal_uLong& nIndex ) const
{ nType = nFormatType; nIndex = nFormatIndex; }