Kaydet (Commit) a5b21ebc authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

correct comment

üst 450c49d9
...@@ -226,7 +226,7 @@ void ScDBFunc::NotifyCloseDbNameDlg( const ScDBCollection& rNewColl, const std:: ...@@ -226,7 +226,7 @@ void ScDBFunc::NotifyCloseDbNameDlg( const ScDBCollection& rNewColl, const std::
std::vector<ScRange>::const_iterator iter; std::vector<ScRange>::const_iterator iter;
for (iter = rDelAreaList.begin(); iter != rDelAreaList.end(); ++iter) for (iter = rDelAreaList.begin(); iter != rDelAreaList.end(); ++iter)
{ {
// registering target in SBA no longer necessary // unregistering target in SBA no longer necessary
const ScAddress& rStart = iter->aStart; const ScAddress& rStart = iter->aStart;
const ScAddress& rEnd = iter->aEnd; const ScAddress& rEnd = iter->aEnd;
pDocShell->DBAreaDeleted( rStart.Tab(), pDocShell->DBAreaDeleted( rStart.Tab(),
......
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