From 6ed5464a69de171a479e3c042b236bbd64554ba1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 21 Feb 2019 09:51:26 +0200 Subject: loplugin:unusedfields in xmlhelp,xmlsecurity Change-Id: Id3858365a54e6ae96bf9e6c3e27a777441ab56ae Reviewed-on: https://gerrit.libreoffice.org/68133 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 2 +- xmlhelp/source/cxxhelp/provider/urlparameter.hxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index a0f0c94a434d..10970e8c50e6 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -486,7 +486,7 @@ bool URLParameter::query() if( parameter == "Language" ) m_aLanguage = value; else if( parameter == "Device" ) - m_aDevice = value; + ; else if( parameter == "Program" ) m_aProgram = value; else if( parameter == "Eid" ) diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx index ff917d6def08..5fe4627fcaa1 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx @@ -184,7 +184,6 @@ namespace chelp { OUString m_aLanguage; OUString m_aPrefix; - OUString m_aDevice; OUString m_aProgram; OUString m_aSystem; OUString m_aActive; -- cgit