summaryrefslogtreecommitdiff
path: root/lingucomponent/source/spellcheck/spell/sspellimp.hxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-12-09 22:37:16 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-09 22:37:16 +0100
commit7666149128dc6381481303fe46a3a374f31bee1f (patch)
tree3ca70ce21e3cf6ba270bc9656542297cd8629df3 /lingucomponent/source/spellcheck/spell/sspellimp.hxx
parent22115840c28508819f16532d8db7fa569dd7891c (diff)
Revert "fdo#56443 allow different name for .dic and .aff files"
This reverts commit cb56ab9bca5e917d86a7dc24eb144353c405f07c.
Diffstat (limited to 'lingucomponent/source/spellcheck/spell/sspellimp.hxx')
-rw-r--r--lingucomponent/source/spellcheck/spell/sspellimp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index 47c1c31ad148..89ac20e8936d 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -63,8 +63,7 @@ class SpellChecker :
Hunspell ** aDicts;
rtl_TextEncoding * aDEncs;
Locale * aDLocs;
- OUString * aDAffNames;
- OUString * aDDicNames;
+ OUString * aDNames;
sal_Int32 numdict;
::cppu::OInterfaceContainerHelper aEvtListeners;