sc/source/ui/Accessibility/AccessibleCellBase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dcea8c75d68ce19beffab08bb6682cf1743be66a Author: Andrea Gelmini <andrea.gelm...@gelma.net> Date: Thu May 19 17:12:31 2016 +0200 Fix typo in code Change-Id: Idc46b1973afc1a3af5b48d53b0cec1a6bb924c92 Reviewed-on: https://gerrit.libreoffice.org/25184 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/Accessibility/AccessibleCellBase.cxx b/sc/source/ui/Accessibility/AccessibleCellBase.cxx index 526c80a..826cac3 100644 --- a/sc/source/ui/Accessibility/AccessibleCellBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleCellBase.cxx @@ -532,7 +532,7 @@ OUString SAL_CALL ScAccessibleCellBase::getBorderAttrs() //bottom border if ( aBottomBorder.InnerLineWidth == 0 && aBottomBorder.OuterLineWidth == 0 ) { - sBorderAttrs += "BottomBorde:;"; + sBorderAttrs += "BottomBorder:;"; } else { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits