# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Dictionary_Dictionary,dict-da,dictionaries/da_DK)) $(eval $(call gb_Dictionary_add_root_files,dict-da,\ dictionaries/da_DK/da_DK.aff \ dictionaries/da_DK/da_DK.dic \ dictionaries/da_DK/desc_da_DK.txt \ dictionaries/da_DK/desc_en_US.txt \ dictionaries/da_DK/hyph_da_DK.dic \ dictionaries/da_DK/HYPH_da_DK_README.txt \ dictionaries/da_DK/README_da_DK.txt \ dictionaries/da_DK/README_th_da_DK.txt \ dictionaries/da_DK/Trold_42x42.png \ )) $(eval $(call gb_Dictionary_add_files,dict-da,help/en,\ dictionaries/da_DK/help/en/help.tree \ )) $(eval $(call gb_Dictionary_add_files,dict-da,help/da,\ dictionaries/da_DK/help/da/help.tree \ )) $(eval $(call gb_Dictionary_add_files,dict-da,help/da/org.openoffice.da.hunspell.dictionaries,\ dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/page1.xhp \ dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/page2.xhp \ dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/Trold.png \ )) $(eval $(call gb_Dictionary_add_thesauri,dict-da,\ dictionaries/da_DK/th_da_DK.dat \ )) # vim: set noet sw=4 ts=4: ffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/formula/util
AgeCommit message (Expand)Author
2013-02-06remove a useless PMD report, possibly checked in by mistakeAndras Timar
2013-02-06remove obsolete hidother.src filesAndras Timar
2012-08-25prefix more componentsMatúš Kukan
2012-06-28re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-03-23.html files don't need executable bitsMichael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2018-10-22loplugin:unusedfields improvemementsNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-17loplugin:singlevalfieldsNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-15loplugin:useuniqueptr in LngSvcMgrNoel Grandin
2018-08-13loplugin:returnconstant in linguistic,lotuswordproNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-18Fix typosAndrea Gelmini
2018-06-26tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-02mergedlibs failure with duplicate SwXStringKeyMapCaolán McNamara
2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse
2018-04-16Defer grammar checker thread creation until use.Michael Meeks
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-14Fix typosAndrea Gelmini
2018-04-07assert on empty lineCaolán McNamara
2018-03-25Use for-range loops in some modulesJulien Nabet
2018-03-12loplugin:redundantfcastStephan Bergmann
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin
2018-03-08loplugin:unusedmethodsNoel Grandin
2018-02-12cppcheck useInitializationListJochen Nitschke
2018-01-30Typ-o negativIlmari Lauhakangas
2018-01-29loplugin:useuniqueptr in SpellCheckerDispatcherNoel Grandin