summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell/sspellimp.hxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-12-09 20:22:26 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-09 20:22:26 +0100
commitcb56ab9bca5e917d86a7dc24eb144353c405f07c (patch)
treeea20c551f372f5a3ebe044c079bf36fec3f729ea /lingucomponent/source/spellcheck/spell/sspellimp.hxx
parentf464bb21c8e8483200feb159cfdf9e5bc29aa27f (diff)
fdo#56443 allow different name for .dic and .aff files
For example, de_CH_frami.dic and de_AT_frami.dic use de_DE_frami.aff. Change-Id: I1d3770ad871b4714f7e595e1cd13f5fd7f224a1f
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index 89ac20e8936d..47c1c31ad148 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -63,7 +63,8 @@ class SpellChecker :
Hunspell ** aDicts;
rtl_TextEncoding * aDEncs;
Locale * aDLocs;
- OUString * aDNames;
+ OUString * aDAffNames;
+ OUString * aDDicNames;
sal_Int32 numdict;
::cppu::OInterfaceContainerHelper aEvtListeners;