summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-15 12:17:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-16 10:59:53 +0000
commit9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (patch)
tree633f51fcef822ad4cf4b00688dcfa66e962c6d1d /sc
parent6149c5c8352d1e5c45568b5551539175f5305d4d (diff)
Fix typos
Change-Id: Ieaf67cf597e05dbae5affa153af907fda4462a41 Reviewed-on: https://gerrit.libreoffice.org/16295 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/conditio.cxx2
-rw-r--r--sc/source/ui/view/formatsh.cxx2
-rw-r--r--sc/source/ui/view/viewfunc.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/conditio.cxx b/sc/source/core/data/conditio.cxx
index c9a12edbb634..172556fa9d80 100644
--- a/sc/source/core/data/conditio.cxx
+++ b/sc/source/core/data/conditio.cxx
@@ -445,7 +445,7 @@ void ScConditionEntry::SetIgnoreBlank(bool bSet)
}
/**
- * Delete formula cells, so we re-complile at the next IsValid
+ * Delete formula cells, so we re-compile at the next IsValid
*/
void ScConditionEntry::CompileAll()
{
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx
index 586a2364b4ee..6ed2d7e03266 100644
--- a/sc/source/ui/view/formatsh.cxx
+++ b/sc/source/ui/view/formatsh.cxx
@@ -2109,7 +2109,7 @@ void ScFormatShell::GetAttrState( SfxItemSet& rSet )
rSet.Put( aItem );
rSet.InvalidateItem(SID_FRAME_LINESTYLE);
}
- else // all the lines have same style or no line availavle, use initial value (0,0,0,0)
+ else // all the lines have same style or no line available, use initial value (0,0,0,0)
{
SvxLineItem aItem(SID_FRAME_LINESTYLE);
aItem.SetLine(&aLine);
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index d00898d7b82d..c93b1475de42 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -640,7 +640,7 @@ void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab,
bCommon = aAttrTester.NeedsCellAttr();
// formulas have to be recognized even if they're formatted
- // (but commmon attributes are still collected)
+ // (but common attributes are still collected)
if ( !bSimple && aEngine.GetParagraphCount() == 1 )
{