Transliteration
This commit is contained in:
parent
f50b87327a
commit
e4e1532eee
1 changed files with 9 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: outlvw.cxx,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: aw $ $Date: 2001-01-19 15:58:10 $
|
||||
* last change: $Author: mt $ $Date: 2001-02-23 14:02:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1798,6 +1798,13 @@ USHORT OutlinerView::StartSearchAndReplace( const SvxSearchItem& rSearchItem )
|
|||
return pEditView->StartSearchAndReplace( rSearchItem );
|
||||
}
|
||||
|
||||
void OutlinerView::TransliterateText( sal_Int32 nTransliterationMode )
|
||||
{
|
||||
DBG_CHKTHIS(OutlinerView,0);
|
||||
pEditView->TransliterateText( nTransliterationMode );
|
||||
}
|
||||
|
||||
|
||||
|
||||
ESelection OutlinerView::GetSelection()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue