diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx index 175267938c91..6ddf0e847175 100644 --- a/include/editeng/editstat.hxx +++ b/include/editeng/editstat.hxx @@ -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;