[Libreoffice-commits] .: sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Jan 12 22:53:06 PST 2011
sc/inc/dpobject.hxx | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
New commits:
commit bbee28dd241c3e6d4f03afcc394e2f10ae550c18
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu Jan 13 01:49:11 2011 -0500
Ditto
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 743826f..8dd5645 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -272,9 +272,9 @@ private:
DataCachesType maDPDataCaches;
public:
- ScDPCollection(ScDocument* pDocument);
- ScDPCollection(const ScDPCollection& r);
- ~ScDPCollection();
+ ScDPCollection(ScDocument* pDocument);
+ ScDPCollection(const ScDPCollection& r);
+ ~ScDPCollection();
SC_DLLPUBLIC size_t GetCount() const;
SC_DLLPUBLIC ScDPObject* operator[](size_t nIndex);
@@ -282,12 +282,12 @@ public:
const ScDPObject* GetByName(const String& rName) const;
- void DeleteOnTab( SCTAB nTab );
- void UpdateReference( UpdateRefMode eUpdateRefMode,
- const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
+ void DeleteOnTab( SCTAB nTab );
+ void UpdateReference( UpdateRefMode eUpdateRefMode,
+ const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
- bool RefsEqual( const ScDPCollection& r ) const;
- void WriteRefsTo( ScDPCollection& r ) const;
+ bool RefsEqual( const ScDPCollection& r ) const;
+ void WriteRefsTo( ScDPCollection& r ) const;
/**
* Create a new name that's not yet used by any existing data pilot
More information about the Libreoffice-commits
mailing list