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

Andrea Gelmini andrea.gelmini at gelma.net
Fri May 20 10:28:32 UTC 2016


 sc/source/ui/Accessibility/AccessibleCellBase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcea8c75d68ce19beffab08bb6682cf1743be66a
Author: Andrea Gelmini <andrea.gelmini at 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 <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at 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
     {


More information about the Libreoffice-commits mailing list