From 8f5e3852428b84ce876cbd0e5996acdd6bacefca Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 19 Aug 2017 00:18:03 +0200 Subject: sdstring.src no more exists Change-Id: I9cc937daa135ad35c1abca66a926d2fe40040dc4 Reviewed-on: https://gerrit.libreoffice.org/41315 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- l10ntools/source/gL10nMem.cxx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'l10ntools') 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; -- cgit