diff options
-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); |