diff options
author | Andreas Martens <ama@openoffice.org> | 2001-01-15 13:02:57 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2001-01-15 13:02:57 +0000 |
commit | 50667125978ca1f976f6969325f6bcdb1fce5d96 (patch) | |
tree | d84872f22e9e024ae5c7916216e3bcd29a6d09e5 | |
parent | 641c4f692d60a9dfe4d670f108014b2acd2542b2 (diff) |
Fix: CTL instead of CJK, of course. Thanks to FME.
-rw-r--r-- | sw/source/core/txtnode/swfont.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/swfont.cxx b/sw/source/core/txtnode/swfont.cxx index 16423f674919..bd0cad441a8d 100644 --- a/sw/source/core/txtnode/swfont.cxx +++ b/sw/source/core/txtnode/swfont.cxx @@ -2,9 +2,9 @@ * * $RCSfile: swfont.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ama $ $Date: 2000-12-12 15:16:19 $ + * last change: $Author: ama $ $Date: 2001-01-15 14:02:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -579,7 +579,7 @@ SwFont::SwFont( const SwAttrSet* pAttrSet ) } { - const SvxFontItem& rFont = pAttrSet->GetCJKFont(); + const SvxFontItem& rFont = pAttrSet->GetCTLFont(); aSub[SW_CTL].SetFamily( rFont.GetFamily() ); aSub[SW_CTL].SetName( rFont.GetFamilyName() ); aSub[SW_CTL].SetStyleName( rFont.GetStyleName() ); |