diff options
author | Eike Rathke <erack@redhat.com> | 2015-09-07 12:20:32 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-09-07 14:23:13 +0200 |
commit | be1585dd847cf377da14b29be81934464ea6c403 (patch) | |
tree | 621b9b63a876f68b119dc5ae75766e5bb5a22028 /sc/source/core | |
parent | ca59efcff507d3f41aba7302e652cc5c0a28f2b9 (diff) |
TableRef: add a comment why we need a full check anyway
Change-Id: I352a1378cc1a9e3d689c6902a01b901a74466d2d
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/tool/dbdata.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/tool/dbdata.cxx b/sc/source/core/tool/dbdata.cxx index ed92bcf22f1c..50626bdfee3f 100644 --- a/sc/source/core/tool/dbdata.cxx +++ b/sc/source/core/tool/dbdata.cxx @@ -848,7 +848,8 @@ void ScDBData::RefreshTableColumnNames( ScDocument* pDoc, const ScRange& rRange // Always fully refresh, only one cell of a range was broadcasted per area // listener if multiple cells were affected. We don't know if there were - // more. + // more. Also, we need the full check anyway in case a duplicated name was + // entered. RefreshTableColumnNames( pDoc); } |