summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-19 17:01:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-20 19:51:00 +0200
commit5145882f8f33ce2588722ae7439fc47d1cdcaaf6 (patch)
tree15dca91548490b7961fb617e83436ec04ff6733f /xmlhelp
parent993d92d5cbb8f63a630ca615112a6abbefdf8a16 (diff)
pvs-studio: The 'aIndexFolderResultVector' variable is used after it was moved
Change-Id: I565f22594a371188c4a6eff5f405946ec1e04d95 Reviewed-on: https://gerrit.libreoffice.org/62061 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
index 92e20e6049d0..66ccaf747696 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx
@@ -237,7 +237,6 @@ ResultSetForQuery::ResultSetForQuery( const uno::Reference< uno::XComponentConte
}
aIndexFolderResultVectorVector.push_back( std::move(aIndexFolderResultVector) );
- aIndexFolderResultVector.clear();
}
catch (const Exception &e)
{