forked from amazingfate/loongoffice
convert include/editeng/editstate.hxx from String to OUString
Change-Id: Idd67b977dcf9de4b4d6f0e89e56413c8646d72d0
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user