From 243eb65baf1549eaffff1179323a25c847d68c7e Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Mon, 7 Mar 2011 11:56:37 +0100 Subject: 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. --- starmath/source/rect.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starmath/source/rect.cxx') 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; -- cgit