summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-30 09:03:03 +0100
committerAndras Timar <atimar@suse.com>2012-11-30 09:03:52 +0100
commit034b56290e1afddcc3861df20a68687462a39c18 (patch)
treeacdc83d180d52cb230593c19ba5a7a5c7f20f37c /l10ntools
parentfd4e7b1c90286a43aab80b42df6d2a03c6fd67af (diff)
do not extract strings from da/hu dictionary help tree
Change-Id: Ia5cce381b935daee1251ae6647f2bb59e281054e
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/localize.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 07a240ceb523..c1f9e8c6ed6f 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -87,12 +87,16 @@ bool passesNegativeList(OUString const & url) {
static AsciiString const list[] = {
{ RTL_CONSTASCII_STRINGPARAM("/dictionaries.xcu") },
{ RTL_CONSTASCII_STRINGPARAM(
+ "/dictionaries/da_DK/help/da/help.tree") },
+ { RTL_CONSTASCII_STRINGPARAM(
"/dictionaries/da_DK/help/da/"
"org.openoffice.da.hunspell.dictionaries/page1.xhp") },
{ RTL_CONSTASCII_STRINGPARAM(
"/dictionaries/da_DK/help/da/"
"org.openoffice.da.hunspell.dictionaries/page2.xhp") },
{ RTL_CONSTASCII_STRINGPARAM(
+ "/dictionaries/hu_HU/help/hu/help.tree") },
+ { RTL_CONSTASCII_STRINGPARAM(
"/dictionaries/hu_HU/help/hu/"
"org.openoffice.hu.hunspell.dictionaries/page1.xhp") },
{ RTL_CONSTASCII_STRINGPARAM("/hidother.src") },