summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-01-27 22:27:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:52:17 +0000
commit726914b6224bce818f6d88be62482653e837ac9c (patch)
tree843cd5ef02ced3b093571c4abc203cd79225a97a /l10ntools
parente28dc284596619e2a5000582e4ebd1aa615ddcf8 (diff)
fdo#74119 fix unlocalized redline menu
Conflicts: sw/AllLangResTarget_sw.mk Change-Id: Ia4836a69ddd8bebe8cc21cea67be96b029388cb1 Reviewed-on: https://gerrit.libreoffice.org/7703 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 5bd55b43d928..b8f84d14aa6d 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -104,7 +104,7 @@ bool passesPositiveList(const OUString& rUrl) {
{ RTL_CONSTASCII_STRINGPARAM("/description.xml") },
{ RTL_CONSTASCII_STRINGPARAM("/android/sdremote/res/values/strings.xml") },
{ RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") },
- { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/misc.hrc") }
+ { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/redline_tmpl.hrc") }
};
return matchList(rUrl, list, SAL_N_ELEMENTS(list));
}