summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-29 22:43:39 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-07-30 04:43:59 +0200
commitd4809b45c15b5722f33facc4a76ee61f6784fc6d (patch)
tree886de8eabcab1450376cbe7b40b9f1a606fa0e61
parent1bdd72e2d7f4cd5d438646a1ac1aeade9432ec96 (diff)
Fix typo
Change-Id: Ic4929dd699b4b28572e46c99ce49d95371b54bfc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137624 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--cui/source/tabpages/border.cxx2
1 files changed, 1 insertions, 1 deletions
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)