diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-23 09:34:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-24 09:48:16 +0100 |
commit | 48f2d4e58004796884ececcccd46bd83f0752c3e (patch) | |
tree | 903c8936d10ffbc30b5bac548e87a7a7495dcc1c /helpcompiler | |
parent | 11c13789f97dff642d52418815c0727abce5f152 (diff) |
loplugin:unusedfields in helpcompiler..jvmfwk
Change-Id: Ic10c521de310e0f0ac1f79a1ae169252c20075b2
Reviewed-on: https://gerrit.libreoffice.org/68226
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/inc/HelpCompiler.hxx | 1 | ||||
-rw-r--r-- | helpcompiler/source/HelpCompiler.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index 31ef2c0c2076..06521c97256e 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -158,7 +158,6 @@ typedef std::unordered_map<std::string, LinkedList, pref_hash> Hashtable; class StreamTable { public: - std::string document_id; std::string document_path; std::string document_module; std::string document_title; diff --git a/helpcompiler/source/HelpCompiler.cxx b/helpcompiler/source/HelpCompiler.cxx index 2ec197fe4bd1..b612071aba18 100644 --- a/helpcompiler/source/HelpCompiler.cxx +++ b/helpcompiler/source/HelpCompiler.cxx @@ -488,7 +488,6 @@ void HelpCompiler::compile() streamTable.appl_helptexts = std::move(aparser.helptexts); streamTable.appl_keywords = std::move(aparser.keywords); - streamTable.document_id = documentId; streamTable.document_path = fileName; streamTable.document_title = title; std::string actMod = module; |