file list cleanup
Change-Id: I7bffb6c976654e23e8728e902d7bac287e45afd3
This commit is contained in:
parent
4ee0bbff0e
commit
e17600eba2
@ -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));
|
||||
}
|
||||
@ -97,32 +95,16 @@ bool passesPositiveList(const OUString& rUrl) {
|
||||
{ RTL_CONSTASCII_STRINGPARAM(
|
||||
"/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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user