From c1198cf209aa343575d0ebccde1053ac2909e67a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 2 Oct 2013 13:34:02 +0100 Subject: remove yet another StringHash impl Change-Id: I1f7894a4a08b193b48dceb40bf0a451d4a3b3d6d --- sw/source/ui/inc/view.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/inc') diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index cd7a323d0fb7..93885d741b2c 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -422,7 +422,7 @@ public: // replace word/selection with text from the thesaurus // (this code has special handling for "in word" character) - void InsertThesaurusSynonym( const String &rSynonmText, const String &rLookUpText, bool bValidSelection ); + void InsertThesaurusSynonym( const OUString &rSynonmText, const OUString &rLookUpText, bool bValidSelection ); bool IsValidSelectionForThesaurus() const; String GetThesaurusLookUpText( bool bSelection ) const; -- cgit