sc/source/filter/excel/xistyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7063c93572aa8148cbf9662e679e5c1b0f94f3c7 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 10 21:35:40 2019 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
