[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf2' - sc/inc
Daniel Bankston
dbank at kemper.freedesktop.org
Wed Jul 11 16:13:43 PDT 2012
sc/inc/cell.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 476a99d24918a7a1ffa86c94cb68a46c6a094a8a
Author: Daniel Bankston <daniel.e.bankston at gmail.com>
Date: Wed Jul 11 18:12:27 2012 -0500
Remove method that is no longer needed
I added this method recently, but it is no longer needed.
Change-Id: I0baa67ce1eb41cddde52a61bca65feede65c3994
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index a029e45..9499084 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -450,7 +450,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; }
More information about the Libreoffice-commits
mailing list