[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - l10ntools/source

Andras Timar andras.timar at collabora.com
Mon Jun 23 02:03:09 PDT 2014


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

New commits:
commit 86f1daeacbae51f0f3fc6c7daa71ed29d6973696
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
    
    (cherry picked from commit 856b55ecf58b129ee9ce41fbb89057f2363084fc)
    
    Change-Id: Ie1684fe456ea6f9cd4b93481aa73f5b51a20ba1b
    Reviewed-on: https://gerrit.libreoffice.org/9853
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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));
 }


More information about the Libreoffice-commits mailing list