From ac47ff033498a991cd8d7e70a2d0ebf308d5ca46 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 7 Mar 2016 08:40:22 +0100 Subject: drop removed templates from the list Change-Id: I3017a5904569d9f773d3c69cb6aa27f860b8b2a8 --- l10ntools/source/localize.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'l10ntools/source') diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 865040b40c43..ad8e4713e0ed 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -86,10 +86,6 @@ bool passesNegativeList(const OUString& rUrl) { bool passesPositiveList(const OUString& rUrl) { static const AsciiString list[] = { - { RTL_CONSTASCII_STRINGPARAM( - "/chart2/source/controller/dialogs/res_DataLabel_tmpl.hrc") }, - { RTL_CONSTASCII_STRINGPARAM( - "/chart2/source/controller/dialogs/res_ErrorBar_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM( "/dbaccess/source/ui/inc/toolbox_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM("/description.xml") }, -- cgit