From 3ddcb2ac048277fdaa5c7d3604a5862e4ad72e6e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Jan 2020 16:55:13 +0000 Subject: Resolves: tdf#130090 xEntry should be xIconEntry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit copy and paste error apparently Change-Id: Ifdeb90ececc200211ce41c55f2826987666cd401 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87088 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Xisco Faulí --- fpicker/source/office/fileview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx index ce6564402a46..f74bd3aec6d2 100644 --- a/fpicker/source/office/fileview.cxx +++ b/fpicker/source/office/fileview.cxx @@ -858,7 +858,7 @@ void SvtFileView::CreatedFolder( const OUString& rUrl, const OUString& rNewFolde std::unique_ptr xIconEntry = mpImpl->mxIconView->make_iterator(); mpImpl->mxIconView->insert(-1, &rEntry.maDisplayName, &sId, &mpImpl->maFolderImage, xIconEntry.get()); - mpImpl->mxIconView->scroll_to_item(*xEntry); + mpImpl->mxIconView->scroll_to_item(*xIconEntry); } FileViewResult SvtFileView::PreviousLevel( const FileViewAsyncAction* pAsyncDescriptor ) -- cgit