diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/foldertree.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/foldertree.hxx b/include/svtools/foldertree.hxx index 213c254dc84d..bd066d71dd9e 100644 --- a/include/svtools/foldertree.hxx +++ b/include/svtools/foldertree.hxx @@ -47,7 +47,7 @@ public: virtual void RequestingChildren( SvTreeListEntry* pEntry ); void FillTreeEntry( SvTreeListEntry* pEntry ); - void SetTreePath( OUString sUrl ); + void SetTreePath( OUString const & sUrl ); void SetBlackList( const ::com::sun::star::uno::Sequence< OUString >& rBlackList ); }; |