[Libreoffice-commits] core.git: l10ntools/source
Andras Timar
andras.timar at collabora.com
Sun Jun 22 05:50:29 PDT 2014
l10ntools/source/localize.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 856b55ecf58b129ee9ce41fbb89057f2363084fc
Author: Andras Timar <andras.timar at collabora.com>
Date: Sun Jun 22 14:37:54 2014 +0200
fdo#80324 fix path of redline_tmpl.hrc
Change-Id: Ie1684fe456ea6f9cd4b93481aa73f5b51a20ba1b
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index a6a4502..6f7dbde 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));
}
More information about the Libreoffice-commits
mailing list