summaryrefslogtreecommitdiff
path: root/starmath/source/format.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-05-03 12:52:11 +0000
committerOliver Bolte <obo@openoffice.org>2005-05-03 12:52:11 +0000
commite696d2cabd162bf1084464c335f3b4bc8bb7c5d6 (patch)
treef71f7682af6d65085355349c068b78a2c3acd0db /starmath/source/format.cxx
parent11fc33c63fde6d453e6c9651b62d3abdbe0cd64f (diff)
INTEGRATION: CWS tl11 (1.9.8); FILE MERGED
2005/04/26 14:08:37 tl 1.9.8.1: #i43449# italic and bold fonts more clearly defined and SmFontDialog reworked
Diffstat (limited to 'starmath/source/format.cxx')
-rw-r--r--starmath/source/format.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/starmath/source/format.cxx b/starmath/source/format.cxx
index 672564671b45..b569c5087094 100644
--- a/starmath/source/format.cxx
+++ b/starmath/source/format.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: format.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-04-04 08:04:58 $
+ * last change: $Author: obo $ $Date: 2005-05-03 13:52:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,11 @@ SmFormat::SmFormat()
vFont[FNT_VARIABLE].SetItalic(ITALIC_NORMAL);
vFont[FNT_FUNCTION].SetItalic(ITALIC_NONE);
- vFont[FNT_TEXT].SetItalic(ITALIC_NONE);
+ vFont[FNT_NUMBER] .SetItalic(ITALIC_NONE);
+ vFont[FNT_TEXT] .SetItalic(ITALIC_NONE);
+ vFont[FNT_SERIF] .SetItalic(ITALIC_NONE);
+ vFont[FNT_SANS] .SetItalic(ITALIC_NONE);
+ vFont[FNT_FIXED] .SetItalic(ITALIC_NONE);
for ( USHORT i = FNT_BEGIN; i <= FNT_END; i++ )
{