diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-10 22:08:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-10 22:08:12 +0200 |
commit | 435be8e8e15e5f0c6d156f55378baf2aa9460bac (patch) | |
tree | b3eacd522afcd236ef6fbf00f57b55e41dd17cff /include | |
parent | c25ee07a77a5ff278804aa3dbd8dbfcc3ac3ca46 (diff) |
Remove redundant SvxGet* wrappers around LinguMgr functions
Change-Id: Ic431ce4880d0c1277ddb411ca59b3c8e8ca36518
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/unolingu.hxx | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/editeng/unolingu.hxx b/include/editeng/unolingu.hxx index 539e120e6a20..8558925cc401 100644 --- a/include/editeng/unolingu.hxx +++ b/include/editeng/unolingu.hxx @@ -125,30 +125,6 @@ public: ~SvxDicListChgClamp(); }; - -//TODO: remove those functions or make them inline -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XSpellChecker1 > SvxGetSpellChecker(); -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XHyphenator > SvxGetHyphenator(); -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XThesaurus > SvxGetThesaurus(); -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XSearchableDictionaryList > SvxGetDictionaryList(); -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XLinguProperties > SvxGetLinguPropertySet(); -//TODO: remove argument or provide SvxGetIgnoreAllList with the same one -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XDictionary > SvxGetOrCreatePosDic(); -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XDictionary > SvxGetIgnoreAllList(); -EDITENG_DLLPUBLIC css::uno::Reference< - css::linguistic2::XDictionary > SvxGetChangeAllList(); - - -// misc functions - - EDITENG_DLLPUBLIC short SvxDicError( vcl::Window *pParent, linguistic::DictionaryError nError ); |