summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/viewdata.cxx2
-rw-r--r--sc/source/ui/view/viewfunc.cxx4
2 files changed, 3 insertions, 3 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
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index 021a34619fef..129f791039dc 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -478,7 +478,7 @@ void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab,
// If the array has an error, (it) must be RPN-erased in the newly generated
// cells and the error be set explicitly, so that
// via FormulaCell copy-ctor and Interpreter it will be, when possible,
- // ironed out again, too intelligent.. e.g.: =1))
+ // ironed out again, too intelligent... e.g.: =1))
FormulaError nError = pArr->GetCodeError();
if ( nError == FormulaError::NONE )
{
@@ -546,7 +546,7 @@ void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab,
{
// Reset to General so the actual format can be determined
// after the cell has been interpreted. A sticky boolean
- // number format is highly likely unwanted.. see tdf#75650.
+ // number format is highly likely unwanted... see tdf#75650.
// General of same locale as current number format.
const SvNumberformat* pEntry = pFormatter->GetEntry( nIndex);
const LanguageType nLang = (pEntry ? pEntry->GetLanguage() : ScGlobal::eLnge);