diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/node.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index e4b0aae6f3b6..8e1875f530c9 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -1541,8 +1541,8 @@ void SmVerticalBraceNode::Arrange(OutputDevice &rDev, const SmFormat &rFormat) eRectPos = RectPos::Bottom; nDistScript *= + rFormat.GetDistance(DIS_LOWERLIMIT); } - nDistBody /= 100L; - nDistScript /= 100L; + nDistBody /= 100; + nDistScript /= 100; Point aPos = pBrace->AlignTo(*pBody, eRectPos, RectHorAlign::Center, RectVerAlign::Baseline); aPos.Y() += nDistBody; |