From 034b56290e1afddcc3861df20a68687462a39c18 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 30 Nov 2012 09:03:03 +0100 Subject: [PATCH] do not extract strings from da/hu dictionary help tree Change-Id: Ia5cce381b935daee1251ae6647f2bb59e281054e --- l10ntools/source/localize.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ -86,12 +86,16 @@ bool matchList( 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") },