Kaydet (Commit) 2d94bfba authored tarafından Matteo Casalin's avatar Matteo Casalin

Use optimized OUString concatenation

Change-Id: I95e1a00caf2ef82f2931cc3a2709cbb3c6cc3d26
üst ecdca138
......@@ -119,8 +119,7 @@ namespace
// get connection
OUString aConnUrl("sdbc:dbase:");
aConnUrl += aPath;
const OUString aConnUrl{"sdbc:dbase:" + aPath};
// sdbc:dbase is based on the css.sdbc.FILEConnectionProperties UNOIDL service, so we can
// transport the raw rtl_TextEncoding value instead of having to translate it into a IANA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment