diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-24 01:59:42 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-24 01:59:42 +0200 |
commit | 697bbfa625583164f546b3f58a18858b56b871eb (patch) | |
tree | c9504ca0f0179eed107ec754c64a269dfc802cf7 | |
parent | 1f3eaa2dc7e2bc04fef06a0ed76ee18bb195e00f (diff) |
gb_Dictionary_add_thesaurus doesn't like whitespacelibreoffice-5-2-branch-pointcp-5.1-branch-point
Change-Id: Ib8bd172570967b02fc21d01ea389d0b0b29c05ea
-rw-r--r-- | Dictionary_en.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Dictionary_en.mk b/Dictionary_en.mk index 7e96375..ce6354e 100644 --- a/Dictionary_en.mk +++ b/Dictionary_en.mk @@ -63,8 +63,6 @@ $(eval $(call gb_Dictionary_add_propertyfiles,dict-en,dialog,\ dictionaries/en/dialog/en_en_US.properties \ )) -$(eval $(call gb_Dictionary_add_thesaurus,dict-en,\ - dictionaries/en/th_en_US_v2.dat \ -)) +$(eval $(call gb_Dictionary_add_thesaurus,dict-en,dictionaries/en/th_en_US_v2.dat)) # vim: set noet sw=4 ts=4: |