Related: #i91494# same for CTL as CJK
Change-Id: I6dc5a720762e7c3cd7ccddeb607c386b7f68178e
This commit is contained in:
@@ -263,12 +263,14 @@ ScDrawLayer::ScDrawLayer( ScDocument* pDocument, const OUString& rName ) :
|
||||
{
|
||||
pItemPool->SetPoolDefaultItem(SvxFontHeightItem( 423, 100, EE_CHAR_FONTHEIGHT )); // 12Pt
|
||||
pItemPool->SetPoolDefaultItem(SvxFontHeightItem( 423, 100, EE_CHAR_FONTHEIGHT_CJK )); // 12Pt
|
||||
pItemPool->SetPoolDefaultItem(SvxFontHeightItem( 423, 100, EE_CHAR_FONTHEIGHT_CTL )); // 12Pt
|
||||
}
|
||||
SfxItemPool* pHitOutlinerPool = rHitOutliner.GetEditTextObjectPool();
|
||||
if ( pHitOutlinerPool )
|
||||
{
|
||||
pHitOutlinerPool->SetPoolDefaultItem(SvxFontHeightItem( 423, 100, EE_CHAR_FONTHEIGHT )); // 12Pt
|
||||
pHitOutlinerPool->SetPoolDefaultItem(SvxFontHeightItem( 423, 100, EE_CHAR_FONTHEIGHT_CJK )); // 12Pt
|
||||
pHitOutlinerPool->SetPoolDefaultItem(SvxFontHeightItem( 423, 100, EE_CHAR_FONTHEIGHT_CTL )); // 12Pt
|
||||
}
|
||||
|
||||
// initial undo mode as in Calc document
|
||||
|
Reference in New Issue
Block a user