summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/dicimp.cxx')
-rw-r--r--linguistic/source/dicimp.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index ffab959e8752..900a10b781e0 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -182,18 +182,6 @@ sal_Int16 ReadDicVersion( SvStreamPtr &rpStream, sal_uInt16 &nLng, sal_Bool &bNe
return nDicVersion;
}
-DictionaryNeo::DictionaryNeo() :
- aDicEvtListeners( GetLinguMutex() ),
- eDicType (DictionaryType_POSITIVE),
- nLanguage (LANGUAGE_NONE)
-{
- nCount = 0;
- nDicVersion = DIC_VERSION_DONTKNOW;
- bNeedEntries = sal_False;
- bIsModified = bIsActive = sal_False;
- bIsReadonly = sal_False;
-}
-
DictionaryNeo::DictionaryNeo(const OUString &rName,
sal_Int16 nLang, DictionaryType eType,
const OUString &rMainURL,