Kaydet (Commit) 7df729da authored tarafından Eike Rathke's avatar Eike Rathke

Revert "USE_MEMPOOL is not defined anywhere"

Well.. then let's remove the ifdef instead of the implementation,
dammit..

This reverts commit 64c6b0ed.
üst 56900a44
...@@ -164,6 +164,10 @@ public: ...@@ -164,6 +164,10 @@ public:
enum CompareState { NotEqual = 0, EqualInvariant, EqualRelativeRef }; enum CompareState { NotEqual = 0, EqualInvariant, EqualRelativeRef };
#ifdef USE_MEMPOOL
DECL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell )
#endif
ScAddress aPos; ScAddress aPos;
virtual ~ScFormulaCell(); virtual ~ScFormulaCell();
......
...@@ -66,6 +66,10 @@ ...@@ -66,6 +66,10 @@
using namespace formula; using namespace formula;
#ifdef USE_MEMPOOL
IMPL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell )
#endif
#define DEBUG_CALCULATION 0 #define DEBUG_CALCULATION 0
#if DEBUG_CALCULATION #if DEBUG_CALCULATION
static ScAddress aDebugCalculationTriggerAddress(1,2,0); // Sheet1.B3, whatever you like static ScAddress aDebugCalculationTriggerAddress(1,2,0); // Sheet1.B3, whatever you like
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment