summaryrefslogtreecommitdiff
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorChristina Rossmanith <Christina Rossmanith>2011-01-08 23:49:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-01-09 21:01:28 +0000
commit2a1a3edefcf0309b40284357ad0990686f305ba4 (patch)
tree4c4edb2a63ac8d4d7909a222a3d8a05d90ac6c43 /sc/inc/dpsdbtab.hxx
parentdf01d9b45b03b4acecfd31527bd5fa7cfc8dfd4d (diff)
Removed unnecessary comments
Diffstat (limited to 'sc/inc/dpsdbtab.hxx')
-rw-r--r--sc/inc/dpsdbtab.hxx3
1 files changed, 0 insertions, 3 deletions
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