summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 13:36:27 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:06:01 +0200
commit8b6f54fe37533f48933af7636afa98178862e001 (patch)
treef5753341ae8425e9c5d65989a21fcf26301ee536 /editeng
parentd559f1693a105b8b5e2a2f514b4b76ef158a685e (diff)
convert fields in SvxAutoCorrect from String to OUString
Change-Id: I2b62c782ad538fe12fb3104bcb687c26291e3a0b
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/svxacorr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index a2877814af6a..f4664363c4bc 100644
--- a/editeng/source/misc/svxacorr.cxx
+++ b/editeng/source/misc/svxacorr.cxx
@@ -278,8 +278,8 @@ long SvxAutoCorrect::GetDefaultFlags()
}
-SvxAutoCorrect::SvxAutoCorrect( const String& rShareAutocorrFile,
- const String& rUserAutocorrFile )
+SvxAutoCorrect::SvxAutoCorrect( const OUString& rShareAutocorrFile,
+ const OUString& rUserAutocorrFile )
: sShareAutoCorrFile( rShareAutocorrFile ),
sUserAutoCorrFile( rUserAutocorrFile ),
pLangTable( new boost::ptr_map<LanguageType, SvxAutoCorrectLanguageLists> ),