diff options
author | Martin Kepplinger <martinkepplinger@eml.cc> | 2011-03-07 11:56:37 +0100 |
---|---|---|
committer | Martin Kepplinger <martinkepplinger@eml.cc> | 2011-03-07 11:56:37 +0100 |
commit | 243eb65baf1549eaffff1179323a25c847d68c7e (patch) | |
tree | d69a22203882abac0a21708536f7512258836f1a /starmath/source/rect.cxx | |
parent | dd075953509d71fecced23e027acdda84d12838e (diff) |
Remove reference to unavailable bugtrackers
This removes references to some internel bugtrackers that are (according to
http://wiki.documentfoundation.org/Development/FAQ ) not available to the
community in writer/starmath.
This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple
license.
Diffstat (limited to 'starmath/source/rect.cxx')
-rw-r--r-- | starmath/source/rect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx index 710906eb9a5d..9bd8cf8e35e8 100644 --- a/starmath/source/rect.cxx +++ b/starmath/source/rect.cxx @@ -648,7 +648,7 @@ bool SmGetGlyphBoundRect(const OutputDevice &rDev, // in significant incorrect bounding rectangles for some charcters. Size aFntSize = aFnt.GetSize(); - // HDU: workaround to avoid HUGE font sizes and resulting problems (#112783#) + // HDU: workaround to avoid HUGE font sizes and resulting problems long nScaleFactor = 1; while( aFntSize.Height() > 2000 * nScaleFactor ) nScaleFactor *= 2; |