diff options
author | Eike Rathke <erack@redhat.com> | 2015-09-08 13:59:57 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-09-08 14:02:22 +0200 |
commit | 37a36671e0abfa0e1dfd2cfdd6470a3f2805b199 (patch) | |
tree | 191ff35cdf8521c8903c983ad01125c3e3cd9b97 | |
parent | 7df729da30f89ad20cd5705e3a1a91866ac71898 (diff) |
reactivate fixed mempool for ScFormulaCell
... it got lost with 8b252f30267d043522ff2cbf2bf42275bb7a6ec6
Change-Id: I1a7c9bbaa1fd70d24c168d53aae6691a45c29085
-rw-r--r-- | sc/inc/formulacell.hxx | 2 | ||||
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index dbafa1b1166e..30fd1b110254 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -164,9 +164,7 @@ public: enum CompareState { NotEqual = 0, EqualInvariant, EqualRelativeRef }; -#ifdef USE_MEMPOOL DECL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell ) -#endif ScAddress aPos; diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 2483382ac26d..e21a26ed66b3 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -66,9 +66,7 @@ using namespace formula; -#ifdef USE_MEMPOOL IMPL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell ) -#endif #define DEBUG_CALCULATION 0 #if DEBUG_CALCULATION |