summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-17 12:45:14 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-17 12:45:14 +0000
commitbe172c69333a18cb9f5fbed6033b4a94619a2908 (patch)
tree28a1572a1b8168d054cb55cb61464920509539f4 /svx
parent1a2b4c66f077566d97ba9aa4c400a3e2e3cea699 (diff)
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
Diffstat (limited to 'svx')
-rw-r--r--svx/source/editeng/impedit.hxx8
1 files changed, 4 insertions, 4 deletions
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 );