diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-12-07 12:29:48 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-12-07 12:29:48 +0000 |
commit | 52f278fb4c39913bcd45aa43f353f4b0e2822ef5 (patch) | |
tree | 6945685cad04accadcd21dc3ea26b9ff396b7754 /svx | |
parent | 7960104af8514f7e3846e9a53a1f66dc8c9c1884 (diff) |
#95495# TransliterateText returns the new selection
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/editeng/impedit.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index 8221b59b49f8..e72957c527dd 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: mt $ $Date: 2001-11-22 18:16:33 $ + * last change: $Author: mt $ $Date: 2001-12-07 13:29:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -883,7 +883,7 @@ public: const XubString& GetAutoCompleteText() const { return aAutoCompleteText; } void SetAutoCompleteText( const String& rStr, sal_Bool bUpdateTipWindow ); - void TransliterateText( const EditSelection& rSelection, sal_Int32 nTransliterationMode ); + EditSelection TransliterateText( const EditSelection& rSelection, sal_Int32 nTransliterationMode ); void SetAsianCompressionMode( USHORT n ); USHORT GetAsianCompressionMode() const { return nAsianCompressionMode; } |