diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-15 09:07:48 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-15 09:09:01 +0100 |
commit | a5b21ebc93ba34c36ca111c98d90e8f3bd19657b (patch) | |
tree | 6b7b288a98d4eaa3b9548ef4a52956d47860d1d5 /sc | |
parent | 450c49d93ffe9b49e643ade30a650105b9e5701c (diff) |
correct comment
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/dbfunc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx index 77fb8d85fec5..d78c11eda273 100644 --- a/sc/source/ui/view/dbfunc.cxx +++ b/sc/source/ui/view/dbfunc.cxx @@ -226,7 +226,7 @@ void ScDBFunc::NotifyCloseDbNameDlg( const ScDBCollection& rNewColl, const std:: std::vector<ScRange>::const_iterator 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& rEnd = iter->aEnd; pDocShell->DBAreaDeleted( rStart.Tab(), |