[Libreoffice-commits] .: sc/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Jan 12 22:48:01 PST 2011


 sc/inc/dpobject.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 5701dd6b086b04dcbe8ad2096f0d7ffccdf53412
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Thu Jan 13 01:47:19 2011 -0500

    Aligned names.

diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 6ea4fd2..743826f 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -265,10 +265,12 @@ class ScDPCollection
 private:
     ScDocument*	pDoc;
 
-    typedef ::boost::ptr_list<ScDPTableDataCache> DataCachesType;
-    typedef ::boost::ptr_vector<ScDPObject> TablesType;
+    typedef ::boost::ptr_list<ScDPTableDataCache>   DataCachesType;
+    typedef ::boost::ptr_vector<ScDPObject>         TablesType;
+
     TablesType      maTables;
     DataCachesType  maDPDataCaches;
+
 public:
                 ScDPCollection(ScDocument* pDocument);
                 ScDPCollection(const ScDPCollection& r);


More information about the Libreoffice-commits mailing list