diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-01 14:15:31 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-05-03 20:28:16 -0400 |
commit | 9af4b611190c14b04460e2554735725b4231b685 (patch) | |
tree | 8d1603ff42f2217ee87fe040a2680c79e15205d4 /sc | |
parent | a5c8e9a8cec4202ddc7bac60dd38c5782fa3b2cc (diff) |
Removed unused methods.
Change-Id: Id9c841274da906032f08abdea93850d3b6a14ade
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/editutil.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx index 0a245051ee66..b4a2c064f4b2 100644 --- a/sc/inc/editutil.hxx +++ b/sc/inc/editutil.hxx @@ -229,14 +229,6 @@ public: ScHeaderEditEngine( SfxItemPool* pEnginePool, sal_Bool bDeleteEnginePool = false ); virtual String CalcFieldValue( const SvxFieldItem& rField, sal_uInt16 nPara, sal_uInt16 nPos, Color*& rTxtColor, Color*& rFldColor ); - void SetTitle(const String& rNew) { aData.aTitle = rNew; } - void SetLongDocName(const String& rNew) { aData.aLongDocName = rNew; } - void SetShortDocName(const String& rNew) { aData.aShortDocName = rNew; } - void SetTabName(const String& rNew) { aData.aTabName = rNew; } - void SetDate(const Date& rNew) { aData.aDate = rNew; } - void SetTime(const Time& rNew) { aData.aTime = rNew; } - void SetPageNo(long nNew) { aData.nPageNo = nNew; } - void SetTotalPages(long nNew) { aData.nTotalPages = nNew; } void SetNumType(SvxNumType eNew) { aData.eNumType = eNew; } void SetData(const ScHeaderFieldData& rNew) { aData = rNew; } }; |