summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/ParamterSubstitution.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/ParamterSubstitution.cxx')
-rw-r--r--connectivity/source/commontools/ParamterSubstitution.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/ParamterSubstitution.cxx b/connectivity/source/commontools/ParamterSubstitution.cxx
index 15ad7c9ad9ea..e628a6349d93 100644
--- a/connectivity/source/commontools/ParamterSubstitution.cxx
+++ b/connectivity/source/commontools/ParamterSubstitution.cxx
@@ -35,7 +35,7 @@ namespace connectivity
::osl::MutexGuard aGuard(m_aMutex);
comphelper::SequenceAsHashMap aArgs(_aArguments);
uno::Reference< sdbc::XConnection > xConnection;
- xConnection = aArgs.getUnpackedValueOrDefault(OUString("ActiveConnection"),xConnection);
+ xConnection = aArgs.getUnpackedValueOrDefault("ActiveConnection",xConnection);
m_xConnection = xConnection;
}
//------------------------------------------------------------------------------