From 8cc504be630ae9999862a1e43f0d4b1d01a0d470 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 20 Sep 2011 14:22:14 +0200 Subject: [PATCH] adjust what to extract and what not --- l10ntools/source/localize.cxx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 6c5fc1ec15d7..cbb78b9d95b5 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -56,23 +56,26 @@ const char *ExeTable[][4] = { { "src", "transex3", " -e", "negative" }, { "hrc", "transex3", " -e", "positive" }, { "ulf", "ulfex", " -e", "negative" }, - { "xcd", "cfgex", " -e", "negative" }, { "xcu", "cfgex", " -e", "negative" }, { "xrm", "xrmex", " -e", "negative" }, + { "xml", "xrmex", " -e", "positive" }, { "xhp", "helpex", " -e", "negative" }, { "NULL", "NULL", "NULL", "NULL" } }; const char *NegativeList[] = { - "officecfg/data/org.openoffice.Office.Labels.xcd", - "officecfg/data/org/openoffice/Office/Labels.xcd", - "officecfg/data/org/openoffice/Office/SFX.xcd", - "officecfg/data/org/openoffice/Office/Accelerators.xcu", + "officecfg/registry/data/org/openoffice/Office/Labels.xcu", + "officecfg/registry/data/org/openoffice/Office/SFX.xcu", + "officecfg/registry/data/org/openoffice/Office/Accelerators.xcu", + "dictionaries.xcu", "hidother.src", + "dictionaries/da_DK/help/da/org.openoffice.da.hunspell.dictionaries/page1.xhp", + "dictionaries/hu_HU/help/hu/org.openoffice.hu.hunspell.dictionaries/page1.xhp", "NULL" }; const char *PositiveList[] = { + "description.xml", "svx/inc/globlmn_tmpl.hrc", "sw/source/ui/inc/swmn_tmpl.hrc", "sw/source/ui/inc/swacc_tmpl.hrc", @@ -123,6 +126,7 @@ const char *ModuleList[] = { "cui", "dbaccess", "desktop", + "dictionaries", "editeng", "extensions", "filter", -- 2.11.4.GIT