summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-10 09:36:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-10 09:50:54 +0100
commitf767d4580e455b91506cc43d11783093cead6d6c (patch)
tree0bc606a9167a0fe0760673abc0e84d9222af12d1 /linguistic
parenta7bc9c1e4977bd3430df69287fa0a8377a686c58 (diff)
callcatcher: update unused code
OAuth2Handler is from libcmis Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dicimp.cxx12
-rw-r--r--linguistic/source/dicimp.hxx1
2 files changed, 0 insertions, 13 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,
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 1f3474898088..5c6c25969b94 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -81,7 +81,6 @@ class DictionaryNeo :
sal_Bool bIsLoadEntries = sal_False);
public:
- DictionaryNeo();
DictionaryNeo(const OUString &rName, sal_Int16 nLang,
::com::sun::star::linguistic2::DictionaryType eType,
const OUString &rMainURL,