summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-14 07:46:08 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:47:01 +0200
commit358be80f65d335910a4add147cd15e35d3505afd (patch)
treec74c7246273506642e2514648e5b9cc58b4ccf74 /connectivity/source/drivers/jdbc
parenteb4fb12fdbe14b929cf8fe5d5785fcfae8d96fa4 (diff)
comphelper,connectivity: prefer passing OUString by reference
Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
Diffstat (limited to 'connectivity/source/drivers/jdbc')
-rw-r--r--connectivity/source/drivers/jdbc/tools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/jdbc/tools.cxx b/connectivity/source/drivers/jdbc/tools.cxx
index c443b229edcb..1bc79f7a04a5 100644
--- a/connectivity/source/drivers/jdbc/tools.cxx
+++ b/connectivity/source/drivers/jdbc/tools.cxx
@@ -35,7 +35,7 @@ using namespace ::com::sun::star::sdbc;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
-void java_util_Properties::setProperty(const OUString key, const OUString& value)
+void java_util_Properties::setProperty(const OUString& key, const OUString& value)
{
SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!");
jobject out(0);