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 /sc/inc/formulacell.hxx | |
parent | 7df729da30f89ad20cd5705e3a1a91866ac71898 (diff) |
reactivate fixed mempool for ScFormulaCell
... it got lost with 8b252f30267d043522ff2cbf2bf42275bb7a6ec6
Change-Id: I1a7c9bbaa1fd70d24c168d53aae6691a45c29085
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r-- | sc/inc/formulacell.hxx | 2 |
1 files changed, 0 insertions, 2 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; |