[Libreoffice-commits] .: l10ntools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 30 00:01:29 PST 2012


 l10ntools/source/localize.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 034b56290e1afddcc3861df20a68687462a39c18
Author: Andras Timar <atimar at suse.com>
Date:   Fri Nov 30 09:03:03 2012 +0100

    do not extract strings from da/hu dictionary help tree
    
    Change-Id: Ia5cce381b935daee1251ae6647f2bb59e281054e

diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 07a240c..c1f9e8c 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -87,12 +87,16 @@ bool passesNegativeList(OUString const & url) {
     static AsciiString const list[] = {
         { RTL_CONSTASCII_STRINGPARAM("/dictionaries.xcu") },
         { RTL_CONSTASCII_STRINGPARAM(
+            "/dictionaries/da_DK/help/da/help.tree") },
+        { RTL_CONSTASCII_STRINGPARAM(
             "/dictionaries/da_DK/help/da/"
             "org.openoffice.da.hunspell.dictionaries/page1.xhp") },
         { RTL_CONSTASCII_STRINGPARAM(
             "/dictionaries/da_DK/help/da/"
             "org.openoffice.da.hunspell.dictionaries/page2.xhp") },
         { RTL_CONSTASCII_STRINGPARAM(
+            "/dictionaries/hu_HU/help/hu/help.tree") },
+        { RTL_CONSTASCII_STRINGPARAM(
             "/dictionaries/hu_HU/help/hu/"
             "org.openoffice.hu.hunspell.dictionaries/page1.xhp") },
         { RTL_CONSTASCII_STRINGPARAM("/hidother.src") },


More information about the Libreoffice-commits mailing list