diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-03-27 10:37:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-03-27 09:50:57 +0000 |
commit | ef34535ceb60d7d63b8d8671e4c6e9e43ffbd17d (patch) | |
tree | 9108e6b47ff788f9d8cafbbdd44cbc6366caa17c /l10ntools | |
parent | 83f9151b13b0bb4ad670f9c4a9f02dbb06f233af (diff) |
cppcheck: fix duplicate Expression
Since https://cgit.freedesktop.org/cgit/?url=libreoffice/core/log/&qt=range&q=872755ac336eb9ad33c6c98dd73deea2206acf71
Change-Id: Iee49087caf77c6cce4d52aac562c5bd3620b659f
Reviewed-on: https://gerrit.libreoffice.org/23551
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/gL10nMem.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/l10ntools/source/gL10nMem.cxx b/l10ntools/source/gL10nMem.cxx index 789ec1ad1308..1be3dcf49e55 100644 --- a/l10ntools/source/gL10nMem.cxx +++ b/l10ntools/source/gL10nMem.cxx @@ -608,8 +608,6 @@ bool l10nMem::convFilterWarning(const string& sSourceFile, sKey == "ImpressWindowState.UIElements.States.private:resource/toolpanel/DrawingFramework/Layouts.UIName") || (sSourceFile == "registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu" && sKey == "ImpressWindowState.UIElements.States.private:resource/toolpanel/DrawingFramework/TableDesign.UIName") || - (sSourceFile == "registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu" && - sKey == "ImpressWindowState.UIElements.States.private:resource/toolpanel/DrawingFramework/TableDesign.UIName")) return true; } if (msModuleName == "readlicense_oo") { |