summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-01-27 22:27:24 +0100
committerAndras Timar <andras.timar@collabora.com>2014-01-27 22:30:11 +0100
commit35782f89b61c04d9aa97183ea736f4288490800c (patch)
tree545d8c7fb0828f1cb42e169611466c66eddeb471 /l10ntools
parenta0c2a6357c31688683cbea0b6a0cd76cac42d5f0 (diff)
fdo#74119 fix unlocalized redline menu
Change-Id: Ia4836a69ddd8bebe8cc21cea67be96b029388cb1
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 f5a153cfa86e..a9c87b601900 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -102,7 +102,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));
}