bugs.freedesktop.org -> bugs.libreoffice.org

Change-Id: I56c1190c93333636981acf2dd271515170a8a904
This commit is contained in:
Andras Timar
2013-11-17 08:33:01 +01:00
parent 62fd1cfb7e
commit 1ba111343e
16 changed files with 30 additions and 30 deletions

View File

@@ -595,7 +595,7 @@ const OSQLParseNode* OSQLParseTreeIterator::getTableNode( OSQLTables& _rTables,
// and using its m_aSelectColumns
// This is necessary in stuff like "SELECT * FROM tbl1 INNER JOIN (SELECT foo, bar FROM tbl2) AS tbl3"
// so that setSelectColumnName() can expand the "*" correctly.
// See e.g. R_UserAndLastSubscription query of https://bugs.freedesktop.org/attachment.cgi?id=71871
// See e.g. R_UserAndLastSubscription query of https://bugs.libreoffice.org/attachment.cgi?id=71871
}
else
{