From 35782f89b61c04d9aa97183ea736f4288490800c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 27 Jan 2014 22:27:24 +0100 Subject: fdo#74119 fix unlocalized redline menu Change-Id: Ia4836a69ddd8bebe8cc21cea67be96b029388cb1 --- l10ntools/source/localize.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') 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)); } -- cgit