Change-Id: I3f4abdeed10c659ec49a6d4601ccef28a991b4dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171646
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Andrea Gelmini 2024-08-08 18:06:26 +02:00
parent f25f43763e
commit 649d1bf572

View file

@ -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;
}