diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-10-05 12:18:42 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-10-05 12:18:42 +0000 |
commit | 5a5c06796374dcb913346526d3187de7629f8092 (patch) | |
tree | c72dfeaac26afef9b173b8a2b75c9c7752d4d608 /sw/inc/ndtxt.hxx | |
parent | 57c03af438d4fc57a1744b610e9c6d6c8baeb06c (diff) |
INTEGRATION: CWS tl12 (1.36.70); FILE MERGED
2005/09/22 17:16:23 tl 1.36.70.3: RESYNC: (1.37-1.38); FILE MERGED
2005/08/16 11:32:20 tl 1.36.70.2: RESYNC: (1.36-1.37); FILE MERGED
2005/06/22 11:16:51 tl 1.36.70.1: #i44567# Chinese text conversion language attribute for non chinese non Asian text now set to target language also
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 0496203ffc..97ae0d5e14 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ndtxt.hxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:02:35 $ + * last change: $Author: kz $ $Date: 2005-10-05 13:18:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,6 +148,10 @@ class SW_DLLPUBLIC SwTxtNode: public SwCntntNode SW_DLLPRIVATE SwNodeNum * _GetOutlineNum(BOOL bUpdate = FALSE) const; + SW_DLLPRIVATE void SetLanguageAndFont( const SwPaM &rPaM, + LanguageType nLang, USHORT nLangWhichId, + const Font *pFont, USHORT nFontWhichId ); + public: const String& GetTxt() const { return aText; } |