Kaydet (Commit) 458c2482 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Typo: s -> e

Change-Id: Iae7db3816ab2aac81e433bfe3562eefa38ef7f62
üst bc504b5a
......@@ -6252,7 +6252,7 @@ void ScDocument::ForgetNoteCaptions( const ScRangeList& rRanges )
const ScRange* p = rRanges[i];
const ScAddress& s = p->aStart;
const ScAddress& e = p->aEnd;
for (SCTAB nTab = s.Tab(); nTab <= s.Tab(); ++nTab)
for (SCTAB nTab = s.Tab(); nTab <= e.Tab(); ++nTab)
{
ScTable* pTab = FetchTable(nTab);
if (!pTab)
......
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