diff options
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index ef4340c6316c..ab3526d4e375 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -916,6 +916,7 @@ 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 |