summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-06-22 14:37:54 +0200
committerAndras Timar <andras.timar@collabora.com>2014-06-22 14:50:56 +0200
commit856b55ecf58b129ee9ce41fbb89057f2363084fc (patch)
tree7ae40572aeedecac7504c44e314e410b2ae14f6b /l10ntools
parentd8d18c3cc707d38d98463ed43ae08e1d6bc6e56f (diff)
fdo#80324 fix path of redline_tmpl.hrc
Change-Id: Ie1684fe456ea6f9cd4b93481aa73f5b51a20ba1b
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/localize.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index a6a4502aaf7f..6f7dbdeacc5d 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -96,7 +96,7 @@ bool passesPositiveList(const OUString& rUrl) {
"/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/ui/inc/redline_tmpl.hrc") }
+ { RTL_CONSTASCII_STRINGPARAM("/sw/source/uibase/inc/redline_tmpl.hrc") }
};
return matchList(rUrl, list, SAL_N_ELEMENTS(list));
}