Kaydet (Commit) 0c1d3f0c authored tarafından Eike Rathke's avatar Eike Rathke

remove now moot comment

Change-Id: Idf8c958161a92ba73dfb60da9a10ab9d59be7c2d
üst e14c7295
...@@ -653,8 +653,6 @@ void ScDBData::RefreshTableColumnNames( ScDocument* pDoc ) ...@@ -653,8 +653,6 @@ void ScDBData::RefreshTableColumnNames( ScDocument* pDoc )
// Try to not have empty names and remember previous name that might had // Try to not have empty names and remember previous name that might had
// been used to compile formulas, but only if same number of columns and no // been used to compile formulas, but only if same number of columns and no
// duplicates. // duplicates.
/* TODO: formula references' create string should be adapted to look for
* the column name here if the TableRef column header cell is empty. */
if (bHaveEmpty && aNewNames.size() == maTableColumnNames.size()) if (bHaveEmpty && aNewNames.size() == maTableColumnNames.size())
{ {
for (size_t i=0, n=aNewNames.size(); i < n; ++i) for (size_t i=0, n=aNewNames.size(); i < n; ++i)
......
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