[Libreoffice-commits] core.git: sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Dec 10 21:49:29 UTC 2019


 sc/source/filter/excel/xistyle.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7063c93572aa8148cbf9662e679e5c1b0f94f3c7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Dec 10 21:35:40 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Dec 10 22:48:29 2019 +0100

    Fix typo
    
    Change-Id: Ie01e25b3fd2eac9b3902febc2b584b9517bd6f3d
    Reviewed-on: https://gerrit.libreoffice.org/84897
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx
index 52f5d0fffca1..6d97fa2bdbfc 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -1075,7 +1075,7 @@ void XclImpCellArea::FillToItemSet( SfxItemSet& rItemSet, const XclImpPalette& r
     {
         SvxBrushItem aBrushItem( ATTR_BACKGROUND );
 
-        // do not use IsTransparent() - old Calc filter writes tranparency with different color indexes
+        // do not use IsTransparent() - old Calc filter writes transparency with different color indexes
         if( mnPattern == EXC_PATT_NONE )
         {
             aBrushItem.SetColor( COL_TRANSPARENT );


More information about the Libreoffice-commits mailing list