From cfe0fbb039e452ab75552e65474859573cb155fd Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 28 Feb 2013 11:12:53 +0100 Subject: do not create index for shared help module Change-Id: I83f9b99abcc952dfea924662a0db8d98efc56307 --- helpcompiler/inc/HelpLinker.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpcompiler/inc') diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index ef4f4216f318..b7e88932fcb3 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -59,6 +59,7 @@ public: HelpLinker() : m_pIndexerPreProcessor(NULL) , m_bUseLangRoot(true) + , m_bCreateIndex(true) {} ~HelpLinker() { delete m_pIndexerPreProcessor; } @@ -84,6 +85,7 @@ private: fs::path indexDirParentName; IndexerPreProcessor* m_pIndexerPreProcessor; bool m_bUseLangRoot; + bool m_bCreateIndex; void initIndexerPreProcessor(); void link() throw( HelpProcessingException ); void addBookmark( FILE* pFile_DBHelp, std::string thishid, -- cgit