summaryrefslogtreecommitdiff
path: root/starmath/source/rect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/rect.cxx')
-rw-r--r--starmath/source/rect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx
index 2bd96267f602..ad8a2e481a34 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 if symbol (from StarMath Font) should be treated as letter
+ // true iff 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 if the point is inside the
+ // especially the return value is <= 0 iff the point is inside the
// rectangle.
// For simplicity the maximum-norm is used.
{