sw/source/filter/html/svxcss1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 78ae57d02c2a7e39c452b44855874bb8ad1dbc35 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Feb 24 15:27:42 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Feb 24 14:59:50 2023 +0000 Fix typo Change-Id: I99c8b63055685f1ff024a4385690ac3e7cf23760 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147658 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/html/svxcss1.cxx b/sw/source/filter/html/svxcss1.cxx index 076871c0ac71..1e63389f592c 100644 --- a/sw/source/filter/html/svxcss1.cxx +++ b/sw/source/filter/html/svxcss1.cxx @@ -286,7 +286,7 @@ struct SvxCSS1ItemIds sal_uInt16 nOrphans; sal_uInt16 nFormatSplit; - // this looks a bit superflous? TypedWhichId<SvxLRSpaceItem> nLRSpace{0}; + // this looks a bit superfluous? TypedWhichId<SvxLRSpaceItem> nLRSpace{0}; TypedWhichId<SvxULSpaceItem> nULSpace{0}; sal_uInt16 nBox; sal_uInt16 nBrush;