summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-06-22 14:37:54 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-06-23 09:02:37 +0000
commit86f1daeacbae51f0f3fc6c7daa71ed29d6973696 (patch)
tree5fcc2af7a05fb9d4ca1b7da9222e0c2e75956bc8 /l10ntools
parent2e4d2d54fd64dcc1a39c3561078086718cbf52d4 (diff)
fdo#80324 fix path of redline_tmpl.hrc
(cherry picked from commit 856b55ecf58b129ee9ce41fbb89057f2363084fc) Change-Id: Ie1684fe456ea6f9cd4b93481aa73f5b51a20ba1b Reviewed-on: https://gerrit.libreoffice.org/9853 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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..6d7f08623ae0 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/core/uibase/inc/redline_tmpl.hrc") }
};
return matchList(rUrl, list, SAL_N_ELEMENTS(list));
}