sw/source/core/bastyp/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37559bb3a19a3dd55eab6b7d5cbf346f4e683932
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 13 18:42:06 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 14 08:38:37 2024 +0100

    Fix typo
    
    Change-Id: I8e02264f0edb300b7dec6db4b772fba13ae71c6e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163321
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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  },

Reply via email to