diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-24 09:07:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-25 08:06:07 +0100 |
commit | 880af0672c6362b0dbdae137d92e8ebf85a7b335 (patch) | |
tree | a64999716b9ebeed2c483bef3fa057eff45e2727 /dbaccess/source/ui/misc/HtmlReader.cxx | |
parent | d434bd5493443cd9af2e35fa540f931c1b3aa2bf (diff) |
loplugin:unusedfields in dbaccess
Change-Id: I858fd3d0bbd91b0ee7e02969b26d80e262c63b7d
Reviewed-on: https://gerrit.libreoffice.org/68279
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/misc/HtmlReader.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/HtmlReader.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/misc/HtmlReader.cxx b/dbaccess/source/ui/misc/HtmlReader.cxx index 709556dbbe1d..3dc3c38b558b 100644 --- a/dbaccess/source/ui/misc/HtmlReader.cxx +++ b/dbaccess/source/ui/misc/HtmlReader.cxx @@ -286,9 +286,6 @@ void OHTMLReader::fetchOptions() { switch( rOption.GetToken() ) { - case HtmlOptionId::SDVAL: - m_sValToken = rOption.GetString(); - break; case HtmlOptionId::SDNUM: m_sNumToken = rOption.GetString(); break; |