summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-13 13:56:34 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-13 13:56:34 -0500
commite85bf5d40d66a52898aa6b6bff3f537372a9a0a8 (patch)
tree571d387ec16fcf095a98422ec103fdcdeb28cb4e /sc/inc
parent54731b6a25ea7f049a866e9a3c78d0684f7e1bc4 (diff)
Avoid double deletion during data cache object destruction.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dptablecache.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dptablecache.hxx b/sc/inc/dptablecache.hxx
index 882f42293064..dcfc066e29de 100644
--- a/sc/inc/dptablecache.hxx
+++ b/sc/inc/dptablecache.hxx
@@ -93,6 +93,8 @@ private:
mutable ScDPItemDataPool maAdditionalData;
+ bool mbDisposing;
+
public:
void AddReference(ScDPObject* pObj) const;
void RemoveReference(ScDPObject* pObj) const;