diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-04-04 07:30:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-04-04 07:30:09 +0000 |
commit | 1f24bdf29f1109e03d2b422542b239a40c9f5f34 (patch) | |
tree | de0cf70dc3626c53a856779f3482f127704499f7 | |
parent | 3d6a44fe16469c81bf1df777a2332cae3fea832e (diff) |
INTEGRATION: CWS tl07 (1.68.22); FILE MERGED
2005/01/24 16:04:00 tl 1.68.22.2: RESYNC: (1.68-1.69); FILE MERGED
2005/01/19 15:27:58 tl 1.68.22.1: #i37058# text conversion: improvments for secondary Chinese languages
-rw-r--r-- | svx/source/editeng/impedit.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index cdc1b9ce1009..98d527f59cd5 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.70 $ + * $Revision: 1.71 $ * - * last change: $Author: vg $ $Date: 2005-03-10 13:10:04 $ + * last change: $Author: rt $ $Date: 2005-04-04 08:30:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -992,7 +992,7 @@ public: // text conversion functions void Convert( EditView* pEditView, LanguageType nSrcLang, LanguageType nDestLang, const Font *pDestFont, INT32 nOptions, sal_Bool bIsInteractive, sal_Bool bMultipleDoc ); - String ImpConvert( EditView* pEditView, LanguageType nSrcLang, const ESelection &rConvRange ); + void ImpConvert( rtl::OUString &rConvTxt, LanguageType &rConvTxtLang, EditView* pEditView, LanguageType nSrcLang, const ESelection &rConvRange ); ConvInfo * GetConvInfo() const { return pConvInfo; } sal_Bool HasConvertibleTextPortion( LanguageType nLang ); |