convert include/editeng/editstate.hxx from String to OUString

Change-Id: Idd67b977dcf9de4b4d6f0e89e56413c8646d72d0
This commit is contained in:
Noel Grandin
2013-09-09 10:18:32 +02:00
parent 40abee2080
commit fbffa4e79a

View File

@ -116,11 +116,11 @@ public:
struct SpellCallbackInfo
{
sal_uInt16 nCommand;
String aWord;
sal_uInt16 nCommand;
OUString aWord;
LanguageType eLanguage;
SpellCallbackInfo( sal_uInt16 nCMD, const String& rWord )
SpellCallbackInfo( sal_uInt16 nCMD, const OUString& rWord )
: aWord( rWord )
{
nCommand = nCMD;