diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-10 09:36:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-10 09:50:54 +0100 |
commit | f767d4580e455b91506cc43d11783093cead6d6c (patch) | |
tree | 0bc606a9167a0fe0760673abc0e84d9222af12d1 /linguistic | |
parent | a7bc9c1e4977bd3430df69287fa0a8377a686c58 (diff) |
callcatcher: update unused code
OAuth2Handler is from libcmis
Change-Id: Ia1986d6df7ab45580c66b4e536c5882af41f357f
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dicimp.cxx | 12 | ||||
-rw-r--r-- | linguistic/source/dicimp.hxx | 1 |
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, |