summaryrefslogtreecommitdiff
path: root/include/svtools/place.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-13 13:12:33 +0200
committerNoel Grandin <noel@peralex.com>2014-03-13 13:13:38 +0200
commit41776e53c54968881021c25f1173d190cfd2ba5d (patch)
tree82a10d8f6b237879bde8acdc38e0f9e07bbfb87e /include/svtools/place.hxx
parentd575b23c187fb66bbe13c4fe6df8a8cb1ccbc135 (diff)
svtools,svx: prefer passing OUString and OString by reference
Change-Id: Iceb2cbcda9d8ddb4ee00db9365c751e0e5d8b3a6
Diffstat (limited to 'include/svtools/place.hxx')
-rw-r--r--include/svtools/place.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/place.hxx b/include/svtools/place.hxx
index 406d75c6c2e6..e46eba4e2785 100644
--- a/include/svtools/place.hxx
+++ b/include/svtools/place.hxx
@@ -22,7 +22,7 @@ private:
public:
- Place( OUString sName, OUString sUrl, bool bEditable = false ) :
+ Place( const OUString& sName, const OUString& sUrl, bool bEditable = false ) :
msName( sName ),
maUrl( sUrl ),
mbEditable( bEditable ) {};