From 649d1bf5729c08b22ee3858e9f019fac47fb3e40 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 8 Aug 2024 18:06:26 +0200 Subject: [PATCH] Fix typo Change-Id: I3f4abdeed10c659ec49a6d4601ccef28a991b4dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171646 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- sw/source/writerfilter/dmapper/GraphicImport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }