summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-16 10:09:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-16 10:09:57 +0200
commitef6d7c50e05e09fc33f50a876e709a7587df4ff0 (patch)
tree89a4ef1487326a9c888b6205799310d71587a9d1 /include
parentb65c6c84a231340d45b8fb3029d9cc3d65f9bd42 (diff)
loplugin:passstuffbyref
Change-Id: Iddd06dcc2bf4744ae9d70b54e4c58a9a468c1461
Diffstat (limited to 'include')
-rw-r--r--include/svtools/foldertree.hxx2
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 );
};