summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-12 16:39:45 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-12 16:39:45 -0500
commitd3b3d0d06fbdffb24656a1771f20e49cc707d99b (patch)
tree29c2e943d974b5ac60d89a51e9906ca810412c95 /sc
parent8a5114fa5e7ce8dbb25fe2b49a9086647fd4dfd5 (diff)
More cleanups - trailing whitespaces & more bogus comments.
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/dpshttab.hxx14
1 files changed, 3 insertions, 11 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx
index c4fadb848ca5..5143125d637f 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -42,10 +42,8 @@ namespace com { namespace sun { namespace star { namespace sheet {
}}}}
class ScDPDimension;
-// Wang Xu Ming -- 2009-8-17
-// DataPilot Migration - Cache&&Performance
class ScDPItemData;
-// End Comments
+
// --------------------------------------------------------------------
//
// implementation of ScDPTableData with sheet data
@@ -59,15 +57,11 @@ struct ScSheetSourceDesc
BOOL operator== ( const ScSheetSourceDesc& rOther ) const
{ return aSourceRange == rOther.aSourceRange &&
aQueryParam == rOther.aQueryParam; }
-// Wang Xu Ming - DataPilot migration
-// Buffer&&Performance
ScDPTableDataCache* CreateCache( ScDocument* pDoc, long nID = -1) const;
ULONG CheckValidate( ScDocument* pDoc ) const;
ScDPTableDataCache* GetCache( ScDocument* pDoc, long nID ) const;
ScDPTableDataCache* GetExistDPObjectCache ( ScDocument* pDoc ) const;
long GetCacheId( ScDocument* pDoc, long nID ) const;
-
-// End Comments
};
class SC_DLLPUBLIC ScSheetDPData : public ScDPTableData
@@ -81,11 +75,9 @@ private:
ScDPCacheTable aCacheTable;
public:
- // Wang Xu Ming -- 2009-8-17
- // DataPilot Migration - Cache&&Performance
ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc, long nCacheId = -1 );
- virtual ~ScSheetDPData();
- // End Comments
+ virtual ~ScSheetDPData();
+
virtual long GetColumnCount();
virtual String getDimensionName(long nColumn);
virtual BOOL getIsDataLayoutDimension(long nColumn);