diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-25 07:09:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-25 10:55:33 +0100 |
commit | fd75534be2d46b7acdaae4a58d852bb7e0e66b90 (patch) | |
tree | 91055a14725d0f84f5fd79bb5a6b760001c1261e /sw | |
parent | 8713236683f28d8ec1a13fe5c34d217af39e128e (diff) |
Fix typo
Change-Id: I959a8bcc133d5f54ce991dff490ef339698be58a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91025
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/drawdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drawdlg.cxx b/sw/source/uibase/shells/drawdlg.cxx index 9e5939697602..36d231bc4dde 100644 --- a/sw/source/uibase/shells/drawdlg.cxx +++ b/sw/source/uibase/shells/drawdlg.cxx @@ -343,7 +343,7 @@ static void lcl_unifyFillTransparencyItems(SfxItemSet& rSet) XGradient aTmpGradient = pFillFloatTranspItem->GetGradientValue(); sal_uInt16 nTranspPercent = pFillTranspItem->GetValue(); - // Encode transparancy percentage as intensity + // Encode transparency percentage as intensity sal_uInt16 nIntensity = 100 - std::min<sal_uInt16> (std::max<sal_uInt16>(nTranspPercent, 0), 100); aTmpGradient.SetStartIntens(nIntensity); |