diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-19 00:18:03 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-19 11:59:16 +0200 |
commit | 8f5e3852428b84ce876cbd0e5996acdd6bacefca (patch) | |
tree | df35d8e58be16c868e592e98d9c9125e19fa8c11 /l10ntools/source | |
parent | daecb11ee244b1306cec14a2e1fc5237926786d8 (diff) |
sdstring.src no more exists
Change-Id: I9cc937daa135ad35c1abca66a926d2fe40040dc4
Reviewed-on: https://gerrit.libreoffice.org/41315
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/gL10nMem.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
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; |