sw/source/writerfilter/dmapper/GraphicImport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit df385d85b5292749b69c2772cdf35c803ae03b69 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 8 18:06:55 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 9 09:57:57 2024 +0200 Fix typo Change-Id: If3f742f5d0c98e8a60e45ed476cf322ac87ea118 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171647 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/sw/source/writerfilter/dmapper/GraphicImport.cxx b/sw/source/writerfilter/dmapper/GraphicImport.cxx index 23709e8e63b1..f1032185d43a 100644 --- a/sw/source/writerfilter/dmapper/GraphicImport.cxx +++ b/sw/source/writerfilter/dmapper/GraphicImport.cxx @@ -1358,7 +1358,7 @@ void GraphicImport::lcl_attribute(Id nName, Value& rValue) // This claim is a bit of a stretch, but should be OK for horizontal. // For layoutInCell, MSO does apply PAGE_FRAME and PAGE_PRINT_AREA // horizontal adjustments onto the cell's frame and print area. - // Note that FRAME cannot be subsituted for vertical (only first para). + // Note that FRAME cannot be substituted for vertical (only first para). m_pImpl->m_nHoriRelation = text::RelOrientation::FRAME; }