diff options
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r-- | sc/source/ui/undo/undocell2.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/undo/undocell2.cxx b/sc/source/ui/undo/undocell2.cxx index f4b5d9376ad2..0b45efc419e9 100644 --- a/sc/source/ui/undo/undocell2.cxx +++ b/sc/source/ui/undo/undocell2.cxx @@ -54,10 +54,6 @@ OUString UndoSetCells::GetComment() const return ScGlobal::GetRscString(STR_UNDO_ENTERDATA); } -CellValues& UndoSetCells::GetOldValues() -{ - return maOldValues; -} void UndoSetCells::SetNewValues( const std::vector<double>& rVals ) { |