summaryrefslogtreecommitdiff
path: root/starmath/source/rect.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 16:59:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 16:59:21 +0000
commitaad1b65bd7dda1508315a5e607e4d77a6255fdc6 (patch)
tree320c57f2c650a0826c21612879388f3104d44d4d /starmath/source/rect.cxx
parent8ab1ab3453dc6c635b2f4fa30d986d1429172f46 (diff)
INTEGRATION: CWS dr33 (1.13.24); FILE MERGED
2005/02/14 16:56:33 dr 1.13.24.1: #i42367# remove non-ASCII characters from C++ sources
Diffstat (limited to 'starmath/source/rect.cxx')
-rw-r--r--starmath/source/rect.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/rect.cxx b/starmath/source/rect.cxx
index 439272c50861..90951ad9a8e4 100644
--- a/starmath/source/rect.cxx
+++ b/starmath/source/rect.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rect.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2004-12-08 17:19:22 $
+ * last change: $Author: vg $ $Date: 2005-02-16 17:59:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,7 +110,7 @@ BOOL SmIsMathAlpha(const XubString &rText)
if (rText.Len() == 0)
return FALSE;
- DBG_ASSERT(rText.Len() == 1, "Sm : String enthält nicht genau ein Zeichen");
+ DBG_ASSERT(rText.Len() == 1, "Sm : String enthaelt nicht genau ein Zeichen");
xub_Unicode cChar = rText.GetChar(0);
// ist es ein griechisches Zeichen ?
@@ -224,7 +224,7 @@ void SmRect::BuildRect(const OutputDevice &rDev, const SmFormat *pFormat,
long nDelta = pWindow->GetFontMetric().GetIntLeading();
if (nDelta == 0)
{ // dieser Wert entspricht etwa einem Leading von 80 bei einer
- // Fonthöhe von 422 (12pt)
+ // Fonthoehe von 422 (12pt)
nDelta = nFontHeight * 8L / 43;
}
SetTop(GetTop() - nDelta);
@@ -257,7 +257,7 @@ void SmRect::BuildRect(const OutputDevice &rDev, const SmFormat *pFormat,
if (bAllowSmaller)
{
- // für Symbole und Operatoren aus dem StarMath Font passen wir den
+ // fuer Symbole und Operatoren aus dem StarMath Font passen wir den
// oberen und unteren Rand dem Zeichen an.
SetTop(nGlyphTop);
SetBottom(nGlyphBottom);