diff options
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r-- | sc/source/ui/view/viewdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx index 960a6edbb235..fc9f8d6f818a 100644 --- a/sc/source/ui/view/viewdata.cxx +++ b/sc/source/ui/view/viewdata.cxx @@ -1227,7 +1227,7 @@ bool ScViewData::SelectionForbidsCellFill() bool ScViewData::SelectionFillDOOM( const ScRange& rRange ) { // Assume that more than 23 full columns (23M cells) will not be - // successful.. Even with only 10 bytes per cell that would already be + // successful... Even with only 10 bytes per cell that would already be // 230MB, formula cells would be 100 bytes and more per cell. // rows * columns > 23m => rows > 23m / columns // to not overflow in case number of available columns or rows would be |