Kaydet (Commit) 8da61f23 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

v612: obfuscated if

Change-Id: Idbcb1f7461ac5a1d5e07d7d65f6a7d86f2e3cc57
üst d05a64df
......@@ -93,11 +93,10 @@ OUString getExtensionFolder(OUString const & parentFolder,
StrTitle::createCursor (tempFolder, ::ucbhelper::INCLUDE_FOLDERS_ONLY ) );
OUString title;
while (xResultSet->next())
if (xResultSet->next())
{
title = Reference<sdbc::XRow>(
xResultSet, UNO_QUERY_THROW )->getString(1 /* Title */ ) ;
break;
}
return title;
}
......
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