helpcompiler/source/HelpCompiler.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 2b4d13f135cd0e0b7000f1de658c35c873f533b3 Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Aug 23 12:17:35 2016 +0200 Reduce scope of variable Change-Id: Ib3669c8946b431b845bcb217e7cf4a5f7a89177f diff --git a/helpcompiler/source/HelpCompiler.cxx b/helpcompiler/source/HelpCompiler.cxx index 4f391b6..67dbfcd 100644 --- a/helpcompiler/source/HelpCompiler.cxx +++ b/helpcompiler/source/HelpCompiler.cxx @@ -330,14 +330,12 @@ void myparser::traverse( xmlNodePtr parentNode ) xmlFree (branchxml); xmlFree (idxml); - std::string hid; - if (branch.compare(0, 3, "hid") == 0) { size_t index = branch.find('/'); if (index != std::string::npos) { - hid = branch.substr(1 + index); + auto hid = branch.substr(1 + index); // one shall serve as a documentId if (documentId.empty()) documentId = hid; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits