tdf#163486: Improve comments

Change-Id: I2a892e1b3dd8cfbc1501b1e4c40977ee6b7239bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176078
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Bogdan Buzea 2024-11-06 22:27:47 +02:00 committed by Noel Grandin
parent 96ccb9f068
commit 3aecdee689

View file

@ -811,9 +811,8 @@ static sal_uInt32 lcl_GetRealHeight_Impl(sal_uInt32 nHeight, sal_uInt16 nProp, M
break; break;
} }
case MapUnit::Map100thMM: case MapUnit::Map100thMM:
//then the core is surely also in 1/100 mm
case MapUnit::MapTwip: case MapUnit::MapTwip:
// Here surely TWIP // In both cases, the units match core
nDiff = static_cast<short>(nProp); nDiff = static_cast<short>(nProp);
break; break;
default: default: