summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-02 13:34:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-02 16:03:54 +0100
commitc1198cf209aa343575d0ebccde1053ac2909e67a (patch)
treeffaf4dc56790c3d4344a2c69fb4bcaf35587b8d1 /sw/source/ui/inc
parentsvtools: removed dead code from the export dialog (diff)
downloadcore-c1198cf209aa343575d0ebccde1053ac2909e67a.tar.gz
core-c1198cf209aa343575d0ebccde1053ac2909e67a.zip
remove yet another StringHash impl
Change-Id: I1f7894a4a08b193b48dceb40bf0a451d4a3b3d6d
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/view.hxx2
1 files changed, 1 insertions, 1 deletions
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;