summaryrefslogtreecommitdiff
path: root/framework/source/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 11:25:03 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:53 +0200
commit1d6fd96df71265730550e68878a1d2856761a2f3 (patch)
treec5328c6cac129ef678c755bd9387c8bbb11d87e7 /framework/source/inc
parent96b5d4f62709a7db0c1a85f35938abdedea578e3 (diff)
framework: prefer passing OUString by reference
Change-Id: I23c2ac9ef6bfc3eedb8ad6cb199c12d42ed642c8
Diffstat (limited to 'framework/source/inc')
-rw-r--r--framework/source/inc/dispatch/loaddispatcher.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx
index 23b16ac9d9c9..c0384b250ae4 100644
--- a/framework/source/inc/dispatch/loaddispatcher.hxx
+++ b/framework/source/inc/dispatch/loaddispatcher.hxx
@@ -85,8 +85,8 @@ class LoadDispatcher : private ThreadHelpBase
*/
LoadDispatcher(const css::uno::Reference< css::uno::XComponentContext >& xContext,
const css::uno::Reference< css::frame::XFrame >& xOwnerFrame ,
- const OUString sTargetName ,
- sal_Int32 nSearchFlags);
+ const OUString& sTargetName ,
+ sal_Int32 nSearchFlags);