diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-27 21:13:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-27 22:59:55 +0100 |
commit | e4689afb970ec7090e6e604acda25c2aa12f3e87 (patch) | |
tree | fd4402c8513a33abef994841484572739efdbfa9 /sc | |
parent | 94ef490559d45ac0a077c0844760ee8bde6780a8 (diff) |
Fix typos
Change-Id: Icebbbb392d9187a11837b72116c00036247e9b74
Reviewed-on: https://gerrit.libreoffice.org/47104
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/xcl97/xcl97rec.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx index bf8cda6bc28b..6a793bb64d73 100644 --- a/sc/source/filter/xcl97/xcl97rec.cxx +++ b/sc/source/filter/xcl97/xcl97rec.cxx @@ -528,7 +528,7 @@ static void lcl_FillProps( EscherPropertyContainer& rPropOpt, SdrObject* pCaptio { // If the Colour is the same as the 'ToolTip' System colour then // use the default rather than the explicit colour value. This will - // be incorrect where user has chosen to use this colour explicity. + // be incorrect where user has chosen to use this colour explicitly. Color aColor( (sal_uInt8)nValue, (sal_uInt8)( nValue >> 8 ), (sal_uInt8)( nValue >> 16 ) ); const StyleSettings& rSett = Application::GetSettings().GetStyleSettings(); if( aColor == rSett.GetHelpColor().GetColor() ) |