From be172c69333a18cb9f5fbed6033b4a94619a2908 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 17 Sep 2004 12:45:14 +0000 Subject: INTEGRATION: CWS os34 (1.65.130); FILE MERGED 2004/07/29 09:01:46 tl 1.65.130.2: #i30303# implementation of simplified/traditional Chinese conversion 2004/07/27 14:21:41 tl 1.65.130.1: #i30303# implementation of simplified/traditional Chinese conversion --- svx/source/editeng/impedit.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'svx') diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index 4b20a0c1a69c..a6395893ea39 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.65 $ + * $Revision: 1.66 $ * - * last change: $Author: obo $ $Date: 2004-04-27 15:48:24 $ + * last change: $Author: rt $ $Date: 2004-09-17 13:45:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -959,8 +959,8 @@ public: ImpSpell( EditView* pEditView ); // text conversion functions - void Convert( EditView* pEditView, LanguageType nLang, sal_Bool bMultipleDoc ); - String ImpConvert( EditView* pEditView, LanguageType nLang, const ESelection &rConvRange ); + 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 ); ConvInfo * GetConvInfo() const { return pConvInfo; } sal_Bool HasConvertibleTextPortion( LanguageType nLang ); -- cgit