summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-17 09:18:05 +0200
committerNoel Grandin <noel@peralex.com>2014-03-17 13:30:52 +0200
commit5d456dc5c6bf733228f0c342be25c8f68513c8cb (patch)
tree5b45cfcca12b26adec953bda766eff8535da50f5 /dbaccess/source/ext
parent12bb4fdddd3c72a9fc9209288cc8e827bf353920 (diff)
dbaccess: prefer passing OUString by reference
Change-Id: I7cec02a40db48ce3d3003b3808d06ff0455a6eb4
Diffstat (limited to 'dbaccess/source/ext')
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
index cfe103dfa73b..3e0fc452beea 100644
--- a/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
+++ b/dbaccess/source/ext/macromigration/macromigrationdialog.cxx
@@ -371,7 +371,7 @@ namespace dbmm
{
bool lcl_equalURLs_nothrow(
const Reference< XComponentContext >& context,
- const OUString& _lhs, const OUString _rhs )
+ const OUString& _lhs, const OUString& _rhs )
{
// the cheap situation: the URLs are equal
if ( _lhs == _rhs )