summaryrefslogtreecommitdiff
path: root/fpicker/source/office/foldertree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/foldertree.cxx')
-rw-r--r--fpicker/source/office/foldertree.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/fpicker/source/office/foldertree.cxx b/fpicker/source/office/foldertree.cxx
index c2c9c764a742..9e618bd9d0b9 100644
--- a/fpicker/source/office/foldertree.cxx
+++ b/fpicker/source/office/foldertree.cxx
@@ -45,10 +45,9 @@ IMPL_LINK(FolderTree, RequestingChildrenHdl, const weld::TreeIter&, rEntry, bool
void FolderTree::InsertRootEntry(const OUString& rId, const OUString& rRootLabel)
{
- OUString sFolderImage(RID_BMP_FOLDER);
m_xTreeView->insert(nullptr, -1, &rRootLabel, &rId, nullptr, nullptr,
true, m_xScratchIter.get());
- m_xTreeView->set_image(*m_xScratchIter, sFolderImage);
+ m_xTreeView->set_image(*m_xScratchIter, RID_BMP_FOLDER);
m_xTreeView->set_cursor(*m_xScratchIter);
}