From e4689afb970ec7090e6e604acda25c2aa12f3e87 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 27 Dec 2017 21:13:26 +0100 Subject: Fix typos Change-Id: Icebbbb392d9187a11837b72116c00036247e9b74 Reviewed-on: https://gerrit.libreoffice.org/47104 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sc/source/filter/xcl97/xcl97rec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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() ) -- cgit