33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 42cc1bf76716940ea381efc6e18fd087df63c2c4 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
|
Date: Sat, 15 Apr 2017 11:23:40 +0200
|
|
Subject: [PATCH] remove dictmgr.hxx to be compatible with later hunspell
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Upstream-Status: Backport [1]
|
|
|
|
https://github.com/LibreOffice/core/commit/072b32442e3f6f220936a93ad1fcbde57746b747
|
|
|
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
|
---
|
|
lingucomponent/source/spellcheck/spell/sspellimp.cxx | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
|
|
index 706f8b7..73d124c 100644
|
|
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
|
|
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
|
|
@@ -29,7 +29,6 @@
|
|
|
|
#include <lingutil.hxx>
|
|
#include <hunspell.hxx>
|
|
-#include <dictmgr.hxx>
|
|
#include <sspellimp.hxx>
|
|
|
|
#include <linguistic/lngprops.hxx>
|
|
--
|
|
2.9.3
|
|
|