do not extract strings from da/hu dictionary help tree

Change-Id: Ia5cce381b935daee1251ae6647f2bb59e281054e
This commit is contained in:
Andras Timar 2012-11-30 09:03:03 +01:00
parent fd4e7b1c90
commit 034b56290e

View file

@ -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") },