From 2a1a3edefcf0309b40284357ad0990686f305ba4 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Sat, 8 Jan 2011 23:49:42 +0100 Subject: Removed unnecessary comments --- sc/inc/dpsdbtab.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/dpsdbtab.hxx') diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx index 9863e332058e..799700762e5b 100644 --- a/sc/inc/dpsdbtab.hxx +++ b/sc/inc/dpsdbtab.hxx @@ -59,13 +59,10 @@ struct ScImportSourceDesc nType == rOther.nType && bNative == rOther.bNative; } - // Wang Xu Ming -- 2009-9-15 - // DataPilot Migration - Cache&&Performance ScDPTableDataCache* GetExistDPObjectCache( ScDocument* pDoc ) const; ScDPTableDataCache* CreateCache( ScDocument* pDoc , long nID ) const; ScDPTableDataCache* GetCache( ScDocument* pDoc, long nID ) const; long GetCacheId( ScDocument* pDoc, long nID ) const; - // End Comments }; class ScDatabaseDPData : public ScDPTableData -- cgit