From c08c1efcf1967a14ca7cbc58d3f9f8d62a6b868c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Oct 2013 11:07:56 +0200 Subject: convert sw/inc/acmplwrd.hxx from String to OUString Change-Id: Iae7770dd784465777ef8d3317f50982ed18f5e1c --- sw/inc/acmplwrd.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx index 4a544ca4d4cc..416404f24422 100644 --- a/sw/inc/acmplwrd.hxx +++ b/sw/inc/acmplwrd.hxx @@ -51,7 +51,7 @@ public: SwAutoCompleteWord( sal_uInt16 nWords = 500, sal_uInt16 nMWrdLen = 10 ); ~SwAutoCompleteWord(); - bool InsertWord( const String& rWord, SwDoc& rDoc ); + bool InsertWord( const OUString& rWord, SwDoc& rDoc ); const OUString& operator[](size_t n) const { return m_WordList[n]->GetAutoCompleteString(); } -- cgit