summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorRicardo Montania <ricardo@linuxafundo.com.br>2013-05-16 13:08:34 -0300
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-05-20 03:34:26 +0000
commitc9c2fbe485de2bb831bd2e58faef87a19ceff622 (patch)
tree238586e9cadaad55a073a76bbbd4433464dafc65 /include/editeng
parent5861f62ee9a14a32c3a3eeb31487f74d6a79d0eb (diff)
Drop String.AppendAscii in editeng
Change-Id: I25df0e20e2da50e91139cefba74af2741e5fffb5 Reviewed-on: https://gerrit.libreoffice.org/3923 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/svxacorr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index 4f54d8f2f11b..9d5774a12464 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -327,7 +327,7 @@ public:
// Query/Set the name of the AutoCorrect file
// the default is "autocorr.dat"
- String GetAutoCorrFileName( LanguageType eLang = LANGUAGE_SYSTEM,
+ OUString GetAutoCorrFileName( LanguageType eLang = LANGUAGE_SYSTEM,
sal_Bool bNewFile = sal_False,
sal_Bool bTstUserExist = sal_False ) const;