From 9af4b611190c14b04460e2554735725b4231b685 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 1 May 2012 14:15:31 -0400 Subject: Removed unused methods. Change-Id: Id9c841274da906032f08abdea93850d3b6a14ade --- sc/inc/editutil.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sc') 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; } }; -- cgit