summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-02-13 18:42:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-02-14 08:38:37 +0100
commit37559bb3a19a3dd55eab6b7d5cbf346f4e683932 (patch)
tree55cb7e1ace5d2ff4fa88f0a7cd8aa0f552715a36
parentdd294936fd50abea99540e69091c120ba0e2ef64 (diff)
Fix typo
Change-Id: I8e02264f0edb300b7dec6db4b772fba13ae71c6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163321 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/source/core/bastyp/init.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx
index 050554301b80..35efce864431 100644
--- a/sw/source/core/bastyp/init.cxx
+++ b/sw/source/core/bastyp/init.cxx
@@ -361,7 +361,7 @@ ItemInfoPackage& getItemInfoPackageSwAttributes()
{ RES_PARATR_TABSTOP, new SvxTabStopItem( 1, SVX_TAB_DEFDIST, SvxTabAdjust::Default, RES_PARATR_TABSTOP ), SID_ATTR_TABSTOP, SFX_ITEMINFOFLAG_SUPPORT_SURROGATE },
// for this at the Item GetMaxHyphens() = 0 was called, do this now on-demand at construction time
- // it will get added in costructor below once for LO runtime as static default
+ // it will get added in constructor below once for LO runtime as static default
{ RES_PARATR_HYPHENZONE, nullptr, SID_ATTR_PARA_HYPHENZONE, SFX_ITEMINFOFLAG_NONE },
{ RES_PARATR_DROP, new SwFormatDrop, FN_FORMAT_DROPCAPS, SFX_ITEMINFOFLAG_NONE },