summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-03-07 13:31:04 +0100
committerDavid Tardon <dtardon@redhat.com>2016-03-07 17:43:28 +0100
commitd795f83695b4e741fe453b9ca14b64df4ef4b6aa (patch)
treed7038b5f29343730e599b911a1c160898b64184d /l10ntools
parent24905f42b9efb381e7ccd43c0ab98facf5149af3 (diff)
expand src templates
Change-Id: Id35caa8b8ed0c2f7e4d868f5c87a2a0f331cb352
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/localize.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 31b11e940049..e9130afa5764 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -86,8 +86,7 @@ bool passesNegativeList(const OUString& rUrl) {
bool passesPositiveList(const OUString& rUrl) {
static const AsciiString list[] = {
- { RTL_CONSTASCII_STRINGPARAM("/description.xml") },
- { RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") }
+ { RTL_CONSTASCII_STRINGPARAM("/description.xml") }
};
return matchList(rUrl, list, SAL_N_ELEMENTS(list));
}