summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-18 16:24:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-18 17:35:41 +0100
commitcda2d47fd556e0593bf415a69cc8dc18abcd1701 (patch)
tree3bc7c52982ad49a661e1b389e8a07ec3949958b6 /sc
parent858153610849c5448a181e6709a972a54e6ae126 (diff)
Fix typos
Change-Id: I633e4921042809c628e55825b70c540767eba1d3 Reviewed-on: https://gerrit.libreoffice.org/48140 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/vbaformatconditions.cxx2
-rw-r--r--sc/source/ui/view/formatsh.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaformatconditions.cxx b/sc/source/ui/vba/vbaformatconditions.cxx
index 0e428ba4ff85..fe80278ca7ea 100644
--- a/sc/source/ui/vba/vbaformatconditions.cxx
+++ b/sc/source/ui/vba/vbaformatconditions.cxx
@@ -145,7 +145,7 @@ ScVbaFormatConditions::Add( ::sal_Int32 _nType, const uno::Any& _aOperator, cons
// the formulas are _xlA1 based ( need to hook into calc work this should
// address this )
// [*] reason: getA1Formula method below is just a hook and just
- // returns whats it gets ( e.g. doesn't convert anything )
+ // returns what it gets ( e.g. doesn't convert anything )
uno::Reference< excel::XStyle > xStyle( _xStyle );
uno::Reference< excel::XFormatCondition > xFormatCondition;
try
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx
index b7e9be249e63..1e84cd3f7942 100644
--- a/sc/source/ui/view/formatsh.cxx
+++ b/sc/source/ui/view/formatsh.cxx
@@ -2197,7 +2197,7 @@ void ScFormatShell::GetAttrState( SfxItemSet& rSet )
if(SID_FRAME_LINECOLOR == nWhich)
{
- if(bColDisable) // if different lines have differernt colors
+ if(bColDisable) // if different lines have different colors
{
aCol = COL_TRANSPARENT;
rSet.Put( SvxColorItem(aCol, SID_FRAME_LINECOLOR ) );