summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDaniel Bankston <daniel.e.bankston@gmail.com>2012-07-11 18:12:27 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-11 20:37:44 -0400
commit9e603369f5e8df5d12c5e6bd9018f6b8eef0358d (patch)
tree69160783dce68efb21b5e97ca6adebee2a83ce60 /sc
parent59b32886a48954f9dad96b3329d172ac73aaa065 (diff)
Remove method that is no longer needed
I added this method recently, but it is no longer needed. Change-Id: I0baa67ce1eb41cddde52a61bca65feede65c3994
Diffstat (limited to 'sc')
-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 204e289b7967..f609a4642109 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; }