diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 22:27:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-05 08:58:11 +0100 |
commit | f42b66cc5104447a5505cc2c11e89fb42250d24b (patch) | |
tree | bae00a7b45ff5f105d4993e480783c4223840400 /editeng/source | |
parent | 2cd6e2259ce0777644af18b29ff424f10d908231 (diff) |
callcatcher: unused methods
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index 605623dc1a8b..017830560f94 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -1029,12 +1029,6 @@ uno::Reference< XThesaurus > LinguMgr::GetThes() return xThes; } - -void LinguMgr::UpdateAll() -{ -} - - uno::Reference< XDictionaryList > LinguMgr::GetDicList() { if (bExiting) |