From d4809b45c15b5722f33facc4a76ee61f6784fc6d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 29 Jul 2022 22:43:39 +0200 Subject: Fix typo Change-Id: Ic4929dd699b4b28572e46c99ce49d95371b54bfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137624 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- cui/source/tabpages/border.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3