Kaydet (Commit) 46ceb619 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix indentation.

Change-Id: Id33e58b6e298ff7b3a421a5cd96df1372a4a7923
üst c9bae4dd
......@@ -1317,7 +1317,8 @@ void OQueryController::executeQuery()
}
if (xDisp.is())
{
auto aProps(::comphelper::InitPropertySequence({
auto aProps(::comphelper::InitPropertySequence(
{
{ PROPERTY_DATASOURCENAME, makeAny(sDataSourceName) },
{ PROPERTY_COMMAND_TYPE, makeAny(CommandType::COMMAND) },
{ PROPERTY_COMMAND, makeAny(sTranslatedStmt) },
......
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