BEGIN { domatch = 0; } { if ($0 ~ /use_external(s)?,/ ) { if (index($0, "))")) { gsub(/.*,/, ""); gsub(/\)+/, ""); if (!($0 in exts)) { exts[$0]; print $0; } } else { domatch = 1; } } else if ($0 ~ /\)\)/ ) { domatch = 0; } else if (domatch == 1) { if (!($1 in exts)) { exts[$1]; print $1; } } } href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/hunspell/Module_hunspell.mk
/external/libodfgen/0001-tdf-101077-make-double-string-conversion-locale-agno.patch.1?h=cp-6.2-16&showmsg=1'>Expand)
AgeCommit message (Expand)Author
2013-10-18fdo#70393: move hunspell to a subdir of externalKhaled Hosny
Author
2016-08-12tdf#101077 make double->str conv. locale-agnosticDavid Tardon