[Libreoffice-commits] core.git: l10ntools/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat Aug 19 10:01:08 UTC 2017


 l10ntools/source/gL10nMem.cxx |   10 ----------
 1 file changed, 10 deletions(-)

New commits:
commit 8f5e3852428b84ce876cbd0e5996acdd6bacefca
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Aug 19 00:18:03 2017 +0200

    sdstring.src no more exists
    
    Change-Id: I9cc937daa135ad35c1abca66a926d2fe40040dc4
    Reviewed-on: https://gerrit.libreoffice.org/41315
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/l10ntools/source/gL10nMem.cxx b/l10ntools/source/gL10nMem.cxx
index 1a12b1d884c3..b8668f854666 100644
--- a/l10ntools/source/gL10nMem.cxx
+++ b/l10ntools/source/gL10nMem.cxx
@@ -652,16 +652,6 @@ bool l10nMem::convFilterWarning(const string& sSourceFile,
                 return true;
         }
     }
-    if (sSourceFile == "source/dialog/sdstring.src") {
-        if (sKey == "RID_SVXSTR_LIGHTGREY.String.Text" ||
-            sKey == "RID_SVXSTR_LIGHTBLUE.String.Text" ||
-            sKey == "RID_SVXSTR_LIGHTGREEN.String.Text" ||
-            sKey == "RID_SVXSTR_LIGHTCYAN.String.Text" ||
-            sKey == "RID_SVXSTR_LIGHTRED.String.Text" ||
-            sKey == "RID_SVXSTR_LIGHTMAGENTA.String.Text" ||
-            sKey == "RID_SVXSTR_COLOR_SUN.String.Text")
-            return true;
-    }
     if (sSourceFile == "source/svdraw/svdstr.src" && sKey == "SIP_XA_FORMTXTSTDFORM.String.Text")
         return true;
     return false;


More information about the Libreoffice-commits mailing list