cui/source/tabpages/border.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4809b45c15b5722f33facc4a76ee61f6784fc6d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 29 22:43:39 2022 +0200
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Sat Jul 30 04:43:59 2022 +0200

    Fix typo
    
    Change-Id: Ic4929dd699b4b28572e46c99ce49d95371b54bfc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137624
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 38099a4599c8..336e3f57bb26 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -1297,7 +1297,7 @@ IMPL_LINK_NOARG(SvxBorderTabPage, SelStyleHdl_Impl, 
SvtLineListBox&, void)
     sal_Int64 nNewWidth = (nOldMinWidth == nOldWidth) ? nNewMinWidth : 
nOldWidth;
 
     // if we had selected a predefined border width under 
SvxBorderLineWidth::Medium set the Medium as default
-    // otherwise if we had a cusom border width under 1.10pt then set the 
spinner to the maximum allowed value for double border styles
+    // otherwise if we had a custom border width under 1.10pt then set the 
spinner to the maximum allowed value for double border styles
     bool bNewDoubleHairline = m_xLbLineStyle->GetSelectEntryStyle() == 
SvxBorderLineStyle::DOUBLE_THIN && !m_xLineWidthMF->get_visible() &&
         (nOldWidth == SvxBorderLineWidth::Hairline || nOldWidth == 
SvxBorderLineWidth::VeryThin || nOldWidth == SvxBorderLineWidth::Thin);
     if (bNewDoubleHairline && nNewWidth < SvxBorderLineWidth::Medium)

Reply via email to