diff options
author | David Tardon <dtardon@redhat.com> | 2016-03-07 13:19:17 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-03-07 17:43:28 +0100 |
commit | 24905f42b9efb381e7ccd43c0ab98facf5149af3 (patch) | |
tree | 6ed36f240bc13e6b90864b981bf9cfd7447f1401 /l10ntools | |
parent | 01798050c13fdfc51aff95967f6b0177d5d7f5bd (diff) |
expand src templates
Change-Id: I13afaa9d0c7c9b46b3ebaedf299de41bed551e7c
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
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") } }; |