summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 19:44:53 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 11:14:55 +0000
commitf378e723d2dbcbdeb65d7843c095d70d0bb7e0e0 (patch)
tree245e49f0afad73f582d42a89bdbdcb9717651fdd /sc
parentca9de688c2c263c51dca1cbbf2892e3b419f921e (diff)
Fix typos
Change-Id: I528752dfabeb31d14c350f79819b521537ab9b56 Reviewed-on: https://gerrit.libreoffice.org/16300 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column.cxx2
-rw-r--r--sc/source/core/data/document.cxx2
-rw-r--r--sc/source/core/data/dptabsrc.cxx2
-rw-r--r--sc/source/core/data/patattr.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 9accde974966..e2d2f00c75fa 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2758,7 +2758,7 @@ struct SetDirtyAfterLoadHandler
* this method here then.
*/
- // If the cell was alsready dirty because of CalcAfterLoad,
+ // If the cell was already dirty because of CalcAfterLoad,
// FormulaTracking has to take place.
if (pCell->GetDirty())
pCell->SetDirty();
diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx
index 90eb0fe7cd15..2d73d3ec157b 100644
--- a/sc/source/core/data/document.cxx
+++ b/sc/source/core/data/document.cxx
@@ -3684,7 +3684,7 @@ void ScDocument::SetAllFormulasDirty( const sc::SetFormulaDirtyContext& rCxt )
(*it)->SetAllFormulasDirty(rCxt);
}
- // Allthough Charts are also set to dirty in Tracking without AutoCalc
+ // Although Charts are also set to dirty in Tracking without AutoCalc
// if all formulas are dirty, the charts can no longer be caught
// (#45205#) - that is why all Charts have to be explicitly handled again
if (pChartListenerCollection)
diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx
index f8c5ac79e932..f24c705a5685 100644
--- a/sc/source/core/data/dptabsrc.cxx
+++ b/sc/source/core/data/dptabsrc.cxx
@@ -793,7 +793,7 @@ void ScDPSource::CreateRes_Impl()
nDataOrient = sheet::DataPilotFieldOrientation_ROW;
}
- // TODO: Aggreate pDataNames, pDataRefValues, nDataRefOrient, and
+ // TODO: Aggregate pDataNames, pDataRefValues, nDataRefOrient, and
// eDataFunctions into a structure and use vector instead of static
// or pointer arrays.
vector<OUString> aDataNames;
diff --git a/sc/source/core/data/patattr.cxx b/sc/source/core/data/patattr.cxx
index 7afa1d66870f..0ed03201dd92 100644
--- a/sc/source/core/data/patattr.cxx
+++ b/sc/source/core/data/patattr.cxx
@@ -952,7 +952,7 @@ void ScPatternAttr::GetFromEditItemSet( const SfxItemSet* pEditSet )
void ScPatternAttr::FillEditParaItems( SfxItemSet* pEditSet ) const
{
// already there in GetFromEditItemSet, but not in FillEditItemSet
- // Default horizontal alignmnet is always implemented as left
+ // Default horizontal alignment is always implemented as left
const SfxItemSet& rMySet = GetItemSet();