diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 22:39:26 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-25 15:12:21 +0200 |
commit | 6e33eee41ddfa8c3bace8886ca6b7ab1529f9964 (patch) | |
tree | f24901f3a99014dddd2c980e7aec804cfd522412 /linguistic/source | |
parent | b42bed0fa29712dfe669e400edcb6f01379b1f35 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/dicimp.cxx | 5 | ||||
-rw-r--r-- | linguistic/source/dicimp.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 9339136b9faa..462e2da3c782 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -1077,11 +1077,6 @@ void SAL_CALL DictionaryNeo::storeToURL( } -DicEntry::DicEntry() -{ - bIsNegativ = sal_False; -} - DicEntry::DicEntry(const OUString &rDicFileWord, sal_Bool bIsNegativWord) { diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx index 8f5e232b724d..e40a0840002b 100644 --- a/linguistic/source/dicimp.hxx +++ b/linguistic/source/dicimp.hxx @@ -211,7 +211,6 @@ class DicEntry : ::rtl::OUString &rReplacement); public: - DicEntry(); DicEntry(const ::rtl::OUString &rDicFileWord, sal_Bool bIsNegativ); DicEntry(const ::rtl::OUString &rDicWord, sal_Bool bIsNegativ, const ::rtl::OUString &rRplcText); |