diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-26 16:54:30 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-26 16:54:30 +0000 |
commit | c7220dddaebae4f759f8032d65874d5c1cbff738 (patch) | |
tree | 9afd7ea37a44bd6189124a9dbe687943bf63804f /editors/openoffice-devel | |
parent | f835eac23bc33c02bbd03f881bd7d018d3df8459 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx b/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx new file mode 100644 index 000000000000..b66898b99345 --- /dev/null +++ b/editors/openoffice-devel/files/patch-lingucomponent_source_spellcheck_spell_sspellimp.cxx @@ -0,0 +1,14 @@ +Minimal exceprt from upstream fix only to unbreak build + +https://cgit.freedesktop.org/libreoffice/core/commit/?id=072b32442e3f6f220936a93ad1fcbde57746b747 + +--- lingucomponent/source/spellcheck/spell/sspellimp.cxx.orig 2016-01-29 07:10:27 UTC ++++ lingucomponent/source/spellcheck/spell/sspellimp.cxx +@@ -37,7 +37,6 @@ + + #include <lingutil.hxx> + #include <hunspell.hxx> +-#include <dictmgr.hxx> + #include <sspellimp.hxx> + + #include <linguistic/lngprops.hxx> |