From 24905f42b9efb381e7ccd43c0ab98facf5149af3 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 7 Mar 2016 13:19:17 +0100 Subject: expand src templates Change-Id: I13afaa9d0c7c9b46b3ebaedf299de41bed551e7c --- l10ntools/source/localize.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'l10ntools') diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index ad8e4713e0ed..31b11e940049 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -86,8 +86,6 @@ bool passesNegativeList(const OUString& rUrl) { bool passesPositiveList(const OUString& rUrl) { static const AsciiString list[] = { - { RTL_CONSTASCII_STRINGPARAM( - "/dbaccess/source/ui/inc/toolbox_tmpl.hrc") }, { RTL_CONSTASCII_STRINGPARAM("/description.xml") }, { RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") } }; -- cgit