From 48f2d4e58004796884ececcccd46bd83f0752c3e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 23 Feb 2019 09:34:00 +0200 Subject: loplugin:unusedfields in helpcompiler..jvmfwk Change-Id: Ic10c521de310e0f0ac1f79a1ae169252c20075b2 Reviewed-on: https://gerrit.libreoffice.org/68226 Tested-by: Jenkins Reviewed-by: Noel Grandin --- helpcompiler/inc/HelpCompiler.hxx | 1 - helpcompiler/source/HelpCompiler.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'helpcompiler') 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 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; -- cgit