[Libreoffice-commits] .: sc/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Feb 18 14:51:24 PST 2011


 sc/inc/dptabsrc.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 643b5021749450480316f2be65ac3673a6c9cb56
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Feb 18 17:50:46 2011 -0500

    Removed mis-leading comment.
    
    Life cycle of ScDPTableData is now managed by ScDPObject, not by
    ScDPSource.

diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx
index cc5658d..149971e 100644
--- a/sc/inc/dptabsrc.hxx
+++ b/sc/inc/dptabsrc.hxx
@@ -159,7 +159,7 @@ private:
     void					SetDupCount( long nNew );
 
 public:
-                                ScDPSource( ScDPTableData* pD );	// TableData is deleted by Source
+                                ScDPSource( ScDPTableData* pD );
     virtual 					~ScDPSource();
 
     ScDPTableData*			GetData()		{ return pData; }


More information about the Libreoffice-commits mailing list