summaryrefslogtreecommitdiff
path: root/include/editeng/editstat.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-09 10:18:32 +0200
committerNoel Grandin <noel@peralex.com>2013-09-11 09:45:33 +0200
commitfbffa4e79a58eb4fe175369945ced653070189f7 (patch)
treeeac881a7b312fac3fa26dbd55d82b2b371ff4f07 /include/editeng/editstat.hxx
parent40abee2080d285733a5e8a60f8a084c0643b5e8f (diff)
convert include/editeng/editstate.hxx from String to OUString
Change-Id: Idd67b977dcf9de4b4d6f0e89e56413c8646d72d0
Diffstat (limited to 'include/editeng/editstat.hxx')
-rw-r--r--include/editeng/editstat.hxx6
1 files changed, 3 insertions, 3 deletions
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;