diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-20 08:17:02 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:36 +0200 |
commit | fd8f8bdaadc6bac6cf57c335422482a6793211a2 (patch) | |
tree | 087b6dd9a08c5e8ca06ac423d9fa2087844de60a /sw/inc | |
parent | a952bd8aacba91ed654f11da07cbf0059d378918 (diff) |
convert last bits of include/editeng/svxacorr.hxx from String to OUString
now that Caolon has fixed the bugs in the auto-correct
Change-Id: I06c31c22974fd23c6e6c14f1b3d0b6411712753f
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 4f5212e9205c..8174f674b4b1 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -785,7 +785,7 @@ public: /// Call AutoCorrect void AutoCorrect( SvxAutoCorrect& rACorr, sal_Bool bInsertMode = sal_True, sal_Unicode cChar = ' ' ); - sal_Bool GetPrevAutoCorrWord( SvxAutoCorrect& rACorr, String& rWord ); + sal_Bool GetPrevAutoCorrWord( SvxAutoCorrect& rACorr, OUString& rWord ); /// Set our styles according to the respective rules. void AutoFormat( const SvxSwAutoFmtFlags* pAFlags = 0 ); |