Kaydet (Commit) c817db35 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Idaf6df71470d2a838ac793bb992f979a51b1c581
Reviewed-on: https://gerrit.libreoffice.org/70739Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 0811add4
......@@ -181,7 +181,7 @@ Reference< XResultSet > SAL_CALL ODbaseDatabaseMetaData::getColumns(
{
Reference< XColumnsSupplier> xTable(
xNames->getByName(*pTabBegin), css::uno::UNO_QUERY);
OSL_ENSURE(xTable.is(),"Table not found! Normally a exception had to be thrown here!");
OSL_ENSURE(xTable.is(),"Table not found! Normally an exception had to be thrown here!");
aRow[3] = new ORowSetValueDecorator(*pTabBegin);
Reference< XNameAccess> xColumns = xTable->getColumns();
......
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