diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 09:35:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 09:35:45 +0000 |
commit | a21a5b12e3defeaef57acea9623c6506500d5dd9 (patch) | |
tree | 693285d2f7739e87d1054820e33a3fd2932a51dc /svx | |
parent | 70f4c15f262cf3ea8bbe0bd96e607d1983ff73f2 (diff) |
INTEGRATION: CWS editeng02 (1.21.362); FILE MERGED
2003/08/15 15:00:00 mt 1.21.362.1: #111823# Removed SUPD and old methods
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/outliner/outlvw.cxx | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/svx/source/outliner/outlvw.cxx b/svx/source/outliner/outlvw.cxx index 66fff02ee3aa..e0cef59c7fca 100644 --- a/svx/source/outliner/outlvw.cxx +++ b/svx/source/outliner/outlvw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outlvw.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: mt $ $Date: 2002-08-20 13:01:43 $ + * last change: $Author: rt $ $Date: 2003-09-19 10:35:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -534,6 +534,7 @@ void OutlinerView::SetOutliner( Outliner* pOutliner ) } + ULONG OutlinerView::Select( Paragraph* pParagraph, BOOL bSelect, BOOL bWithChilds ) { @@ -1373,26 +1374,12 @@ EESpellState OutlinerView::StartSpeller( BOOL bMultiDoc ) return pEditView->StartSpeller( bMultiDoc ); } -EESpellState OutlinerView::StartSpeller( LanguageType eLang, BOOL bMultiDoc ) -{ - DBG_CHKTHIS(OutlinerView,0); - return pEditView->StartSpeller( eLang, bMultiDoc ); -} - - EESpellState OutlinerView::StartThesaurus() { DBG_CHKTHIS(OutlinerView,0); return pEditView->StartThesaurus(); } -EESpellState OutlinerView::StartThesaurus( LanguageType eLang ) -{ - DBG_CHKTHIS(OutlinerView,0); - return pEditView->StartThesaurus( eLang ); -} - - USHORT OutlinerView::StartSearchAndReplace( const SvxSearchItem& rSearchItem ) { DBG_CHKTHIS(OutlinerView,0); |