INTEGRATION: CWS draw19 (1.38.46); FILE MERGED
2003/06/23 14:55:58 cl 1.38.46.1: #102914# use application language as default language for outliner like in sw
This commit is contained in:
parent
e18cd160a3
commit
7117020319
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: futext.cxx,v $
|
||||
*
|
||||
* $Revision: 1.38 $
|
||||
* $Revision: 1.39 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-04-24 14:39:18 $
|
||||
* last change: $Author: hr $ $Date: 2003-06-26 11:12:09 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1196,7 +1196,7 @@ void FuText::SetInEditMode(const MouseEvent& rMEvt, BOOL bQuickDrag)
|
|||
if( xHyphenator.is() )
|
||||
pOutl->SetHyphenator( xHyphenator );
|
||||
|
||||
pOutl->SetDefaultLanguage( pDoc->GetLanguage( EE_CHAR_LANGUAGE ) );
|
||||
pOutl->SetDefaultLanguage( Application::GetSettings().GetLanguage() );
|
||||
|
||||
// in einem Gliederungstext darf nicht auf die 0-te
|
||||
// Ebene ausgerueckt werden
|
||||
|
|
Loading…
Reference in a new issue