summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-18 21:08:03 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-07-03 12:43:28 +0000
commit82f291d2f7630938ce6ca740f904cab07d1ff90d (patch)
treedbec0568bd559814dcf2b3f655865f2169d74c05 /include/editeng
parentbc3830587c2a8325d6a9b0f94984d90b7683b295 (diff)
Resolves fdo#79276 Add fallback system for autocorrection of French variants
1) Replace the creation of acor_fr-FR.dat by acor_fr.dat since there's no specific for variants of fr 2) Add a fallback system to use it Change-Id: Ia3e11fff0f266839dc148077b50c1b2f798d1c50 Reviewed-on: https://gerrit.libreoffice.org/9825 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/svxacorr.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index d4529a51623e..f2d066558cbf 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -329,7 +329,8 @@ public:
// the default is "autocorr.dat"
OUString GetAutoCorrFileName( const LanguageTag& rLanguageTag /* = LANGUAGE_SYSTEM */ ,
bool bNewFile = false,
- bool bTstUserExist = false ) const;
+ bool bTstUserExist = false,
+ bool bUnlocalized = false ) const;
// Query/Set the current settings of AutoCorrect
long GetFlags() const { return nFlags; }