Kaydet (Commit) 5bf59738 authored tarafından Takeshi Abe's avatar Takeshi Abe

Mark it as static and const

Change-Id: Ide66aecd5bd9beda298da189c3564908c5756cdd
üst 8ac30e7c
......@@ -2296,7 +2296,7 @@ void SmRootSymbolNode::AdaptToY(const OutputDevice &rDev, sal_uLong nHeight)
void SmDynIntegralSymbolNode::AdaptToY(const OutputDevice &rDev, sal_uLong nHeight)
{
long nFactor = 12L;
static const long nFactor = 12L;
// The new height equals (1 + nFactor) * oldHeight
// nFactor was chosen for keeping the integral sign from becoming too "fat".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment