sw/source/writerfilter/dmapper/GraphicImport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 649d1bf5729c08b22ee3858e9f019fac47fb3e40 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 8 18:06:26 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Thu Aug 8 22:40:23 2024 +0200 Fix typo Change-Id: I3f4abdeed10c659ec49a6d4601ccef28a991b4dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171646 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/sw/source/writerfilter/dmapper/GraphicImport.cxx b/sw/source/writerfilter/dmapper/GraphicImport.cxx index e32189643fb7..12f9b0038d17 100644 --- a/sw/source/writerfilter/dmapper/GraphicImport.cxx +++ b/sw/source/writerfilter/dmapper/GraphicImport.cxx @@ -1344,7 +1344,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 - // horiontal adjustments onto the cell's frame and print area. + // horizontal adjustments onto the cell's frame and print area. // Note that FRAME cannot be subsituted for vertical (only first para). m_pImpl->m_nHoriRelation = text::RelOrientation::FRAME; }