summaryrefslogtreecommitdiff
path: root/helpcompiler/inc/HelpLinker.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-20 14:48:17 +0200
committerNoel Grandin <noel@peralex.com>2015-11-20 15:07:05 +0200
commit275ccca3d266e8ffd837b53a35bc2cbd6cb95660 (patch)
tree59a01d81e93ac800bf36fa3c3a2c951fcca2fdf4 /helpcompiler/inc/HelpLinker.hxx
parentfafac0d248c3ebc8eb9a9cef5fa68f193d851b33 (diff)
loplugin:unusedfields helpcompiler
Change-Id: I8a4feaea642cf781fde54e4afc5cd98e326f8db3
Diffstat (limited to 'helpcompiler/inc/HelpLinker.hxx')
-rw-r--r--helpcompiler/inc/HelpLinker.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx
index 21873e362c27..d416cf220631 100644
--- a/helpcompiler/inc/HelpLinker.hxx
+++ b/helpcompiler/inc/HelpLinker.hxx
@@ -30,7 +30,6 @@
class L10N_DLLPUBLIC IndexerPreProcessor
{
private:
- std::string m_aModuleName;
fs::path m_fsIndexBaseDir;
fs::path m_fsCaptionFilesDirName;
fs::path m_fsContentFilesDirName;
@@ -39,7 +38,7 @@ private:
xsltStylesheetPtr m_xsltStylesheetPtrContent;
public:
- IndexerPreProcessor( const std::string& aModuleName, const fs::path& fsIndexBaseDir,
+ IndexerPreProcessor( const fs::path& fsIndexBaseDir,
const fs::path& idxCaptionStylesheet, const fs::path& idxContentStylesheet );
~IndexerPreProcessor();