From c45779ce3d1b95abd037d3d4d706aca511dfdc24 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 8 Jun 2023 14:59:34 +0200 Subject: On Linux dictionaries are packaged separately MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iadbd5a1411c3b2c72deb59ba91f86d889a34fdc3 (cherry picked from commit 135a474477d143ffbe877d95ba37c008c509e45f) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159312 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- scp2/source/ooo/file_ooo.scp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index d6e424629536..f5573c3ab872 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -383,7 +383,7 @@ File gid_File_Extension_Dictionary_Da End #endif -#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET +#if defined WITH_MYSPELL_DICTS && (!defined MPL_SUBSET || defined LINUX) File gid_File_Extension_Dictionary_De Dir = FILELIST_DIR; Name = "Dictionary/dict-de.filelist"; @@ -392,7 +392,7 @@ File gid_File_Extension_Dictionary_De End #endif -#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET +#if defined WITH_MYSPELL_DICTS && (!defined MPL_SUBSET || defined LINUX) File gid_File_Extension_Dictionary_En Dir = FILELIST_DIR; Name = "Dictionary/dict-en.filelist"; @@ -536,7 +536,7 @@ File gid_File_Extension_Dictionary_Is End #endif -#if defined WITH_MYSPELL_DICTS && !defined MPL_SUBSET +#if defined WITH_MYSPELL_DICTS && (!defined MPL_SUBSET || defined LINUX) File gid_File_Extension_Dictionary_It Dir = FILELIST_DIR; Name = "Dictionary/dict-it.filelist"; -- cgit