summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.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/dpobject.hxx
parenttranslate some comments (diff)
downloadcore-2a1a3edefcf0309b40284357ad0990686f305ba4.tar.gz
core-2a1a3edefcf0309b40284357ad0990686f305ba4.zip
Removed unnecessary comments
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index ac6959ebf335..94fdae7535d0 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -120,13 +120,10 @@ private:
long mnCacheId;
public:
- // Wang Xu Ming -- 2009-8-17
- // DataPilot Migration - Cache&&Performance
inline void SetRefresh() { bRefresh = TRUE; }
long GetCacheId() const;
void SetCacheId( long nCacheId );
ULONG RefreshCache();
- // End Comments
ScDPObject( ScDocument* pD );
ScDPObject(const ScDPObject& r);
virtual ~ScDPObject();