summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 14:31:09 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:06:12 +0200
commit90830788b1f8fd61ea86135712868aeda395edd0 (patch)
tree666efd885589bbdbbcee9f505ef1fca5aa24cf0a /include
parentconvert GetText/PutText in SvxAutoCorrect from String to OUString (diff)
downloadcore-90830788b1f8fd61ea86135712868aeda395edd0.tar.gz
core-90830788b1f8fd61ea86135712868aeda395edd0.zip
convert the SvxAutoCorrect::FindIn* methods from String to OUString
Change-Id: Ida2f39b75f73137a4164d95d7f1e9a6cd34a322f
Diffstat (limited to 'include')
-rw-r--r--include/editeng/svxacorr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index b9dd6f4757e0..b687dc4fece9 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -389,8 +389,8 @@ public:
sal_Bool AddWrtSttException( const String& rNew, LanguageType eLang = LANGUAGE_SYSTEM);
// Search through the Languages for the entry
- sal_Bool FindInWrdSttExceptList( LanguageType eLang, const String& sWord );
- sal_Bool FindInCplSttExceptList( LanguageType eLang, const String& sWord,
+ sal_Bool FindInWrdSttExceptList( LanguageType eLang, const OUString& sWord );
+ sal_Bool FindInCplSttExceptList( LanguageType eLang, const OUString& sWord,
sal_Bool bAbbreviation = sal_False);
// Methods for the auto-correction