diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-15 11:42:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-16 08:24:49 +0200 |
commit | 83f9325f0d8d643d8b3e71fa3ff76ebbd599373d (patch) | |
tree | ae330b657da35b82964cfac41f16e69acbc7c5b5 /xmlhelp | |
parent | 9e425891f79a834abb03e3d69ee0c3665944faaa (diff) |
loplugin:unusedfields xmlhelp..xmlsecurity
Change-Id: I7e680e1913c787ce0adad5be1f84668d57ad00b3
Reviewed-on: https://gerrit.libreoffice.org/38821
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 3 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/urlparameter.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 8c2f0067e8fa..85d33f8463a1 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -119,8 +119,6 @@ OUString const & URLParameter::get_id() get_language() ); if( inf ) m_aId = inf->get_id(); - - m_bStart = true; } return m_aId; @@ -180,7 +178,6 @@ OUString const & URLParameter::get_program() void URLParameter::init() { m_bHelpDataFileRead = false; - m_bStart = false; m_bUseDB = true; m_nHitCount = 100; // The default maximum hitcount } diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx index 07601e48eb1a..b261eaa99e96 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.hxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.hxx @@ -175,7 +175,6 @@ namespace chelp { Databases* m_pDatabases; bool m_bHelpDataFileRead; - bool m_bStart; bool m_bUseDB; OUString m_aURL; |