l10ntools/source/localize.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 86f1daeacbae51f0f3fc6c7daa71ed29d6973696
Author: Andras Timar <[email protected]>
Date:   Sun Jun 22 14:37:54 2014 +0200

    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 <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index a6a4502..6d7f086 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));
 }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to