From ffa2229a8ebf3b42f6327589814063fc39db7118 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 May 2014 12:06:29 +0200 Subject: remove dead code Change-Id: Ic4fb478921714429af138ca212bd7f67f408d434 --- sc/inc/table.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/table.hxx') diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 1581e72e8266..0c008514cbc5 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -384,8 +384,6 @@ public: CellType GetCellType( SCCOL nCol, SCROW nRow ) const; ScRefCellValue GetCellValue( SCCOL nCol, SCROW nRow ) const; - const sc::CellTextAttr* GetCellTextAttr( SCCOL nCol, SCROW nRow ) const; - void GetFirstDataPos(SCCOL& rCol, SCROW& rRow) const; void GetLastDataPos(SCCOL& rCol, SCROW& rRow) const; @@ -920,7 +918,6 @@ public: SCCOL nColDelta, SCROW nRowDelta ); void TransferCellValuesTo( SCCOL nCol, SCROW nRow, size_t nLen, sc::CellValues& rDest ); - void TransferCellValuesFrom( SCCOL nCol, SCROW nRow, sc::CellValues& rSrc ); void CopyCellValuesFrom( SCCOL nCol, SCROW nRow, const sc::CellValues& rSrc ); #if DEBUG_COLUMN_STORAGE -- cgit