sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b102852bd67fb08e08c02cc733d3682db3969ce1 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sun Apr 16 21:11:56 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Apr 23 18:56:35 2023 +0200 Fix typo Change-Id: Ie8c702436d3efbaf2ca1573193100974a42f93a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150459 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 87446d03c786..6a2b62904325 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -927,7 +927,7 @@ void DocxAttributeOutput::PopulateFrameProperties(const SwFrameFormat* pFrameFor // So now at export time we have to assume that none of this has been changed by the user. // 620 (31pt) is the maximum paragraph border spacing allowed in MS Formats, - // so if the value is greater than that, avoid adjusting the size - the user has interferred. + // so if the value is greater than that, avoid adjusting the size - the user has interfered. const sal_uInt32 nLeftBorderSpacing = pFrameFormat->GetBox().GetDistance(SvxBoxItemLine::LEFT); const sal_uInt32 nRighttBorderSpacing = pFrameFormat->GetBox().GetDistance(SvxBoxItemLine::RIGHT); sal_uInt32 nAdjustedWidth = rSize.Width();