sc/source/ui/view/dbfunc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5b21ebc93ba34c36ca111c98d90e8f3bd19657b
Author: Lionel Elie Mamane <lio...@mamane.lu>
Date:   Tue Nov 15 09:07:48 2011 +0100

    correct comment

diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx
index 77fb8d8..d78c11e 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(),
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to