sc/inc/formulacell.hxx | 4 ---- sc/source/core/data/formulacell.cxx | 4 ---- 2 files changed, 8 deletions(-)
New commits: commit 64c6b0ed6c67d169021732d276ec02706e139261 Author: Tor Lillqvist <t...@collabora.com> Date: Tue Sep 8 13:27:53 2015 +0300 USE_MEMPOOL is not defined anywhere Change-Id: I4d3c87aac31c6690cd061ce41e7efae113055c12 diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index dbafa1b..1b67b40 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 2483382..dc3f9bb 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits