diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-19 17:12:31 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-05-20 10:28:11 +0000 |
commit | dcea8c75d68ce19beffab08bb6682cf1743be66a (patch) | |
tree | 19f58c612c93ca2a83d4875b4e782a1be7ac9780 /sc/source/ui | |
parent | b12354a2de297f05dcdf4602290b56d64675006a (diff) |
Fix typo in code
Change-Id: Idc46b1973afc1a3af5b48d53b0cec1a6bb924c92
Reviewed-on: https://gerrit.libreoffice.org/25184
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleCellBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleCellBase.cxx b/sc/source/ui/Accessibility/AccessibleCellBase.cxx index 526c80ab00bb..826cac349d08 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 { |