file list cleanup

Change-Id: I7bffb6c976654e23e8728e902d7bac287e45afd3
This commit is contained in:
Andras Timar
2013-10-11 19:13:26 +02:00
parent 4ee0bbff0e
commit e17600eba2

View File

@@ -79,9 +79,7 @@ bool passesNegativeList(const OUString& rUrl) {
"org.openoffice.hu.hunspell.dictionaries/page1.xhp") }, "org.openoffice.hu.hunspell.dictionaries/page1.xhp") },
{ RTL_CONSTASCII_STRINGPARAM( { RTL_CONSTASCII_STRINGPARAM(
"/officecfg/registry/data/org/openoffice/Office/" "/officecfg/registry/data/org/openoffice/Office/"
"Accelerators.xcu") }, "Accelerators.xcu") }
{ RTL_CONSTASCII_STRINGPARAM(
"/officecfg/registry/data/org/openoffice/Office/SFX.xcu") }
}; };
return !matchList(rUrl, list, SAL_N_ELEMENTS(list)); return !matchList(rUrl, list, SAL_N_ELEMENTS(list));
} }
@@ -97,32 +95,16 @@ bool passesPositiveList(const OUString& rUrl) {
{ RTL_CONSTASCII_STRINGPARAM( { RTL_CONSTASCII_STRINGPARAM(
"/chart2/source/controller/dialogs/" "/chart2/source/controller/dialogs/"
"res_SecondaryAxisCheckBoxes_tmpl.hrc") }, "res_SecondaryAxisCheckBoxes_tmpl.hrc") },
{ RTL_CONSTASCII_STRINGPARAM(
"/chart2/source/controller/dialogs/res_Statistic_tmpl.hrc") },
{ RTL_CONSTASCII_STRINGPARAM( { RTL_CONSTASCII_STRINGPARAM(
"/chart2/source/controller/dialogs/res_Titlesx_tmpl.hrc") }, "/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( { RTL_CONSTASCII_STRINGPARAM(
"/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc") }, "/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc") },
{ RTL_CONSTASCII_STRINGPARAM( { RTL_CONSTASCII_STRINGPARAM(
"/dbaccess/source/ui/inc/toolbox_tmpl.hrc") }, "/dbaccess/source/ui/inc/toolbox_tmpl.hrc") },
{ RTL_CONSTASCII_STRINGPARAM("/description.xml") }, { RTL_CONSTASCII_STRINGPARAM("/description.xml") },
{ RTL_CONSTASCII_STRINGPARAM("/android/sdremote/res/values/strings.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/inc/globlmn_tmpl.hrc") },
{ RTL_CONSTASCII_STRINGPARAM("/svx/source/intro/intro_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/misc.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") }
}; };
return matchList(rUrl, list, SAL_N_ELEMENTS(list)); return matchList(rUrl, list, SAL_N_ELEMENTS(list));
} }