diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:09:47 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:57:04 +0100 |
commit | 46a4ccb02e0cc1f4b10df1966e1dbf538838c1ae (patch) | |
tree | 42de3bdb26c5756b14717744a9ab494c92018007 /l10ntools | |
parent | e6773662df70742db888c006db60b5c9a1ad9f5d (diff) |
WaE: unreadVariable
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/help/HelpLinker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx index 8cbc2142ff4a..eea87d5bf393 100644 --- a/l10ntools/source/help/HelpLinker.cxx +++ b/l10ntools/source/help/HelpLinker.cxx @@ -539,7 +539,6 @@ void HelpLinker::link() throw( HelpProcessingException ) throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); } - const std::string documentBaseId = streamTable.document_id; std::string documentPath = streamTable.document_path; if (documentPath.find("/") == 0) documentPath = documentPath.substr(1); |