sw/source/uibase/shells/drawdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd75534be2d46b7acdaae4a58d852bb7e0e66b90
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 25 07:09:25 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 25 10:55:33 2020 +0100

    Fix typo
    
    Change-Id: I959a8bcc133d5f54ce991dff490ef339698be58a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91025
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to