[Libreoffice-commits] .: sc/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Nov 15 19:20:33 PST 2010


 sc/inc/document.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 31ca774c65b361a88e422d8bbbba8f4ab0b2bda3
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Nov 15 22:20:09 2010 -0500

    Nuked unused data member of ScDocument.

diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 0122531..cc12f27 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -272,7 +272,6 @@ private:
     ScDPCollection*		pDPCollection;
     // Wang Xu Ming -- 2009-8-17
     // DataPilot Migration - Cache&&Performance
-    std::list<ScDPObject>        m_listDPObjectsInClip; 
     std::list<ScDPTableDataCache*>   m_listDPObjectsCaches;
     // End Comments
     ScChartCollection*	pChartCollection;


More information about the Libreoffice-commits mailing list