From cf92da3d6e1de14756efe3f1ee79f393a2f3787d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 23 Jun 2015 20:30:11 +0200 Subject: Typo: iff->if Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3 --- starmath/source/rect.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath/source/rect.cxx') diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx index ad8a2e481a34..2bd96267f602 100644 --- a/starmath/source/rect.cxx +++ b/starmath/source/rect.cxx @@ -49,7 +49,7 @@ static sal_Unicode const aMathAlpha[] = }; bool SmIsMathAlpha(const OUString &rText) - // true iff symbol (from StarMath Font) should be treated as letter + // true if symbol (from StarMath Font) should be treated as letter { if (rText.isEmpty()) return false; @@ -526,7 +526,7 @@ SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode, long SmRect::OrientedDist(const Point &rPoint) const // return oriented distance of rPoint to the current rectangle, - // especially the return value is <= 0 iff the point is inside the + // especially the return value is <= 0 if the point is inside the // rectangle. // For simplicity the maximum-norm is used. { -- cgit