diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-04-04 07:17:43 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-04-04 07:17:43 +0000 |
commit | 107c183ec6cab30d48c95852c3f3b4b716aab50b (patch) | |
tree | 35110a249f1117b5f072c983df86f30c5ace917f /sw/source/ui/inc/view.hxx | |
parent | c4c6ed95ab667d69d7da271a9b420dc60e8b4321 (diff) |
INTEGRATION: CWS tl07 (1.31.160); FILE MERGED
2005/03/15 10:10:53 tl 1.31.160.3: RESYNC: (1.32-1.33); FILE MERGED
2005/02/14 12:50:49 tl 1.31.160.2: RESYNC: (1.31-1.32); FILE MERGED
2005/01/19 15:40:44 tl 1.31.160.1: #i37058# text conversion: improvments for secondary Chinese languages
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r-- | sw/source/ui/inc/view.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 62a895d442..dc03eff2be 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -2,9 +2,9 @@ * * $RCSfile: view.hxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: vg $ $Date: 2005-02-16 17:05:14 $ + * last change: $Author: rt $ $Date: 2005-04-04 08:17:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,6 +140,7 @@ class SwMailMergeConfigItem; class SwTxtNode; // #i23726# struct SwPrintData; class SwFormatClipboard; +struct SwConversionArgs; namespace com{ namespace sun { namespace star { namespace view{ class XSelectionSupplier; } @@ -382,8 +383,8 @@ class SW_DLLPUBLIC SwView: public SfxViewShell // used for spell checking and text conversion SW_DLLPRIVATE void SpellStart( SvxSpellArea eSpell, BOOL bStartDone, - BOOL bEndDone, SwHHCWrapper *pConvWrapper = 0 ); - SW_DLLPRIVATE void SpellEnd( SwHHCWrapper *pConvWrapper = 0 ); + BOOL bEndDone, SwConversionArgs *pConvArgs = 0 ); + SW_DLLPRIVATE void SpellEnd( SwConversionArgs *pConvArgs = 0 ); SW_DLLPRIVATE void HyphStart( SvxSpellArea eSpell ); SW_DLLPRIVATE BOOL CheckSpecialCntnt(); |