[Libreoffice-commits] .: sc/source

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Tue Nov 15 00:09:11 PST 2011


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

New commits:
commit a5b21ebc93ba34c36ca111c98d90e8f3bd19657b
Author: Lionel Elie Mamane <lionel at 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(),


More information about the Libreoffice-commits mailing list