make comment actually describe the code

Change-Id: If4dda13ff8018d7fd855457a76db2acf8077a477
This commit is contained in:
Lionel Elie Mamane
2013-08-02 12:10:25 +02:00
parent 0fafb92e97
commit a8f327a9fc

View File

@@ -1353,7 +1353,8 @@ OUString OSingleSelectQueryComposer::getTableAlias(const Reference< XPropertySet
{
aComposedName = ::dbtools::composeTableName( m_xMetaData, aCatalog, aSchema, aTable, sal_False, ::dbtools::eInDataManipulation );
// first check if this is the table we want to or has it a tablealias
// Is this the right case for the table name?
// Else, look for it with different case, if applicable.
if(!m_pTables->hasByName(aComposedName))
{