summaryrefslogtreecommitdiff
path: root/fpicker/source/office/foldertree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/foldertree.hxx')
-rw-r--r--fpicker/source/office/foldertree.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/foldertree.hxx b/fpicker/source/office/foldertree.hxx
index 02381fc0bd58..e1ba25699c3b 100644
--- a/fpicker/source/office/foldertree.hxx
+++ b/fpicker/source/office/foldertree.hxx
@@ -41,7 +41,7 @@ public:
void InsertRootEntry(const OUString& rId, const OUString& rRootLabel);
void FillTreeEntry(const weld::TreeIter& rEntry);
void FillTreeEntry(const OUString & rUrl, const ::std::vector< std::pair< OUString, OUString > >& rFolders);
- void SetTreePath(OUString const & sUrl);
+ void SetTreePath(std::u16string_view sUrl);
void SetDenyList(const css::uno::Sequence< OUString >& rDenyList);
};