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 | |
parent | 2cd6e2259ce0777644af18b29ff424f10d908231 (diff) |
callcatcher: unused methods
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/unolingu.hxx | 3 | ||||
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/editeng/inc/editeng/unolingu.hxx b/editeng/inc/editeng/unolingu.hxx index 11ed370d9763..27730155f86c 100644 --- a/editeng/inc/editeng/unolingu.hxx +++ b/editeng/inc/editeng/unolingu.hxx @@ -138,9 +138,6 @@ public: ::com::sun::star::linguistic2::XDictionary > GetIgnoreAllList(); static ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XDictionary > GetChangeAllList(); - - // update all configuration entries - static void UpdateAll(); }; /////////////////////////////////////////////////////////////////////////// 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) |