diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-08 13:27:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-08 14:14:14 +0300 |
commit | 64c6b0ed6c67d169021732d276ec02706e139261 (patch) | |
tree | 7de26802757b78f26a8ac36602505ec5d7d4d909 /sc | |
parent | c542679e721db11035505cab2268d8cec19fa380 (diff) |
USE_MEMPOOL is not defined anywhere
Change-Id: I4d3c87aac31c6690cd061ce41e7efae113055c12
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/formulacell.hxx | 4 | ||||
-rw-r--r-- | sc/source/core/data/formulacell.cxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index dbafa1b1166e..1b67b40ba41d 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -164,10 +164,6 @@ public: enum CompareState { NotEqual = 0, EqualInvariant, EqualRelativeRef }; -#ifdef USE_MEMPOOL - DECL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell ) -#endif - ScAddress aPos; virtual ~ScFormulaCell(); diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 2483382ac26d..dc3f9bb5227f 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -66,10 +66,6 @@ using namespace formula; -#ifdef USE_MEMPOOL -IMPL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell ) -#endif - #define DEBUG_CALCULATION 0 #if DEBUG_CALCULATION static ScAddress aDebugCalculationTriggerAddress(1,2,0); // Sheet1.B3, whatever you like |