summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parentconvert the auto-correction methods in SvxAutoCorrect to OUString (diff)
downloadcore-8b6f54fe37533f48933af7636afa98178862e001.tar.gz
core-8b6f54fe37533f48933af7636afa98178862e001.zip
convert fields in SvxAutoCorrect from String to OUString
Change-Id: I2b62c782ad538fe12fb3104bcb687c26291e3a0b
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxacorr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index c588915929df..7bdf81ab8edd 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -239,7 +239,7 @@ class EDITENG_DLLPUBLIC SvxAutoCorrect
{
friend class SvxAutoCorrectLanguageLists;
- String sShareAutoCorrFile, sUserAutoCorrFile;
+ OUString sShareAutoCorrFile, sUserAutoCorrFile;
SvxSwAutoFmtFlags aSwFlags; // StarWriter AutoFormat Flags
@@ -282,8 +282,8 @@ public:
TYPEINFO();
- SvxAutoCorrect( const String& rShareAutocorrFile,
- const String& rUserAutocorrFile );
+ SvxAutoCorrect( const OUString& rShareAutocorrFile,
+ const OUString& rUserAutocorrFile );
SvxAutoCorrect( const SvxAutoCorrect& );
virtual ~SvxAutoCorrect();