summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-01 14:07:09 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-11-01 16:30:04 -0400
commitcf0a88962f5c7835d417fb272e4792fb921139af (patch)
tree90ec3de48a677a68d2c7aaf49485b33f09f67754 /sc/inc
parentf3c09cc3c41e7ec1faf9dfef269a99a8ef7d5838 (diff)
Double allocation switch no longer used since we switched to std::vector...
for cell storage in column. And std::vector internally does double allocation. Change-Id: I4363e7593def3feb71100487c7f88c05797596e7
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 3206637e7cfe..a2aad726fb9a 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -117,17 +117,6 @@ friend class ScHorizontalCellIterator;
friend class ScHorizontalAttrIterator;
public:
- static bool bDoubleAlloc; // for Import: double size for alloc
-
- class DoubleAllocSwitch
- {
- public:
- DoubleAllocSwitch(bool bNewVal = true);
- ~DoubleAllocSwitch();
- private:
- bool mbOldVal;
- };
-public:
ScColumn();
~ScColumn();