summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/YDriver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mysql/YDriver.cxx')
-rw-r--r--connectivity/source/drivers/mysql/YDriver.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/connectivity/source/drivers/mysql/YDriver.cxx b/connectivity/source/drivers/mysql/YDriver.cxx
index d7cd83bfc91f..50d0e3a21d5b 100644
--- a/connectivity/source/drivers/mysql/YDriver.cxx
+++ b/connectivity/source/drivers/mysql/YDriver.cxx
@@ -367,17 +367,15 @@ namespace connectivity
else if ( eType == D_NATIVE )
{
aDriverInfo.push_back(DriverPropertyInfo(
- OUString(RTL_CONSTASCII_USTRINGPARAM("LocalSocket"))
- ,OUString(RTL_CONSTASCII_USTRINGPARAM(
- "The file path of a socket to connect to a local MySQL server."))
+ OUString("LocalSocket")
+ ,OUString("The file path of a socket to connect to a local MySQL server.")
,sal_False
,OUString()
,Sequence< OUString >())
);
aDriverInfo.push_back(DriverPropertyInfo(
- OUString(RTL_CONSTASCII_USTRINGPARAM("NamedPipe"))
- ,OUString(RTL_CONSTASCII_USTRINGPARAM(
- "The name of a pipe to connect to a local MySQL server."))
+ OUString("NamedPipe")
+ ,OUString("The name of a pipe to connect to a local MySQL server.")
,sal_False
,OUString()
,Sequence< OUString >())