summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-03-07 08:29:11 +0100
committerDavid Tardon <dtardon@redhat.com>2016-03-07 08:50:59 +0100
commitfae56aad84e58a765503b41e9bfe87fbd290556c (patch)
treeeaabd7d5e40d334c04965159b1e9e40f0869365b /l10ntools
parent71e1a44ba192dea67c69588d5aa547629efde327 (diff)
expand src templates only used in a single place
Change-Id: I0af62539f9dfe636eb242acd766559ffe1097217
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 e12ffc014ee2..865040b40c43 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -93,8 +93,7 @@ bool passesPositiveList(const OUString& rUrl) {
{ RTL_CONSTASCII_STRINGPARAM(
"/dbaccess/source/ui/inc/toolbox_tmpl.hrc") },
{ RTL_CONSTASCII_STRINGPARAM("/description.xml") },
- { RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") },
- { RTL_CONSTASCII_STRINGPARAM("/sw/source/uibase/inc/redline_tmpl.hrc") }
+ { RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") }
};
return matchList(rUrl, list, SAL_N_ELEMENTS(list));
}