This is an automated email from the ASF dual-hosted git repository. truckman pushed a commit to branch AOO418 in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 4d077a1f369aa631dc674a6a0072fdade1971e17 Author: Pedro Giffuni <[email protected]> AuthorDate: Mon Jan 23 04:00:40 2017 +0000 lingucomponent: remove unused header from hunspell. According to opengrok, we are not using DictMgr so the header is not needed. The header has been removed in newer versions of hunspell altogether. Obtained from: FreeBSD git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779875 13f79535-47bb-0310-9956-ffa450edef68 --- main/lingucomponent/source/spellcheck/spell/sspellimp.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/main/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/main/lingucomponent/source/spellcheck/spell/sspellimp.cxx index deb5fb9..31efa2d 100644 --- a/main/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/main/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -36,7 +36,6 @@ #include <lingutil.hxx> #include <hunspell.hxx> -#include <dictmgr.hxx> #include <sspellimp.hxx> #include <linguistic/lngprops.hxx>
