From 9e310cc32923ceb4b18d97ce68d54a339b935f01 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac Date: Fri, 8 Feb 2013 09:06:10 +0100 Subject: fdo#38838 Some removal/replacement of the String/UniString with OUString Change-Id: I6daea312198fae3a9717bd8d4fea6371aa4cd275 Reviewed-on: https://gerrit.libreoffice.org/1962 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- sw/source/core/edit/editsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx index 6cc3b83e165b..31327d000b14 100644 --- a/sw/source/core/edit/editsh.cxx +++ b/sw/source/core/edit/editsh.cxx @@ -472,7 +472,7 @@ String SwEditShell::GetCurWord() { const SwPaM& rPaM = *GetCrsr(); const SwTxtNode* pNd = rPaM.GetNode()->GetTxtNode(); - String aString = pNd ? + OUString aString = pNd ? pNd->GetCurWord(rPaM.GetPoint()->nContent.GetIndex()) : aEmptyStr; return aString; -- cgit v1.2.3