diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-11 19:13:26 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-10-11 19:14:43 +0200 |
commit | e17600eba244f8ee3e37cc24b4e2171f801c5ea6 (patch) | |
tree | 78b5b53f65ea885ab4d0016799652f89403b61b8 /l10ntools/source | |
parent | 4ee0bbff0ebb88a249321c74e32b61f4c7eb3878 (diff) |
file list cleanup
Change-Id: I7bffb6c976654e23e8728e902d7bac287e45afd3
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/localize.cxx | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index be88cea0296c..4b7afd7b92d1 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -79,9 +79,7 @@ bool passesNegativeList(const OUString& rUrl) { "org.openoffice.hu.hunspell.dictionaries/page1.xhp") }, { RTL_CONSTASCII_STRINGPARAM( "/officecfg/registry/data/org/openoffice/Office/" - "Accelerators.xcu") }, - { RTL_CONSTASCII_STRINGPARAM( - "/officecfg/registry/data/org/openoffice/Office/SFX.xcu") } + "Accelerators.xcu") } }; return !matchList(rUrl, list, SAL_N_ELEMENTS(list)); } @@ -98,31 +96,15 @@ bool passesPositiveList(const OUString& rUrl) { "/chart2/source/controller/dialogs/" "res_SecondaryAxisCheckBoxes_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM( - "/chart2/source/controller/dialogs/res_Statistic_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM( "/chart2/source/controller/dialogs/res_Titlesx_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM( - "/chart2/source/controller/dialogs/res_Trendline_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM( - "/chart2/source/controller/menu/MenuItems_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM( "/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM( "/dbaccess/source/ui/inc/toolbox_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM("/description.xml") }, { RTL_CONSTASCII_STRINGPARAM("/android/sdremote/res/values/strings.xml") }, - { RTL_CONSTASCII_STRINGPARAM("/offmgr/inc/offmenu_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM( - "/offmgr/source/offapp/intro/intro_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM("/svx/source/intro/intro_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM( - "/svx/source/unodialogs/textconversiondlgs/" - "chinese_direction_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/misc.hrc") }, - { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/swacc_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/swmn_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/toolbox_tmpl.hrc") } + { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/misc.hrc") } }; return matchList(rUrl, list, SAL_N_ELEMENTS(list)); } |