Beware of copy-paste!

git-svn-id: svn://10.0.0.236/trunk@58979 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rbs%maths.uq.edu.au 2000-01-28 00:58:28 +00:00
parent e3b57c43a3
commit 197211d895

View File

@ -114,7 +114,7 @@ nsMathMLmspaceFrame::Init(nsIPresContext* aPresContext,
if (NS_CONTENT_ATTR_HAS_VALUE == GetAttribute(mContent, mPresentationData.mstyle,
nsMathMLAtoms::depth_, value)) {
if (ParseNumericValue(value, cssValue) && cssValue.IsLengthUnit()) {
mHeight = CalcLength(aPresContext, mStyleContext, cssValue);
mDepth = CalcLength(aPresContext, mStyleContext, cssValue);
}
}