Kaydet (Commit) 8f5e3852 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jochen Nitschke

sdstring.src no more exists

Change-Id: I9cc937daa135ad35c1abca66a926d2fe40040dc4
Reviewed-on: https://gerrit.libreoffice.org/41315Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
üst daecb11e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment