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:
parent
96ccb9f068
commit
3aecdee689
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue