diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-17 09:18:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-17 13:30:52 +0200 |
commit | 676558732b8f77460fd91955f739e4ccc5eb8111 (patch) | |
tree | 767d6cf555ed00ef156cf1272eae7380264b4a16 /ucb/source/ucp/file/bc.cxx | |
parent | 5d456dc5c6bf733228f0c342be25c8f68513c8cb (diff) |
ucb: prefer passing OUString by reference
Change-Id: I1ea8374e39c893c6da6373ccec81d2404c3ee201
Diffstat (limited to 'ucb/source/ucp/file/bc.cxx')
-rw-r--r-- | ucb/source/ucp/file/bc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx index 9723918069e7..b52d729a234e 100644 --- a/ucb/source/ucp/file/bc.cxx +++ b/ucb/source/ucp/file/bc.cxx @@ -1289,7 +1289,7 @@ BaseContent::cDEL( void ) ContentEventNotifier* -BaseContent::cEXC( const OUString aNewName ) +BaseContent::cEXC( const OUString& aNewName ) { osl::MutexGuard aGuard( m_aMutex ); |