[Libreoffice-commits] .: sc/source
David Tardon
dtardon at kemper.freedesktop.org
Tue Dec 7 05:24:35 PST 2010
sc/source/core/tool/token.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit bcecf758a9382f248f4a72bcb0e8041ef2e4a1cb
Author: David Tardon <dtardon at redhat.com>
Date: Tue Dec 7 14:20:29 2010 +0100
remove duplicate definition of memory pool for ImplTokenIterator
This is already done in formula/source/core/api/token.cxx !
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 3298517..481194b 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -109,10 +109,6 @@ namespace
}
//
} // namespace
-//
-// ImpTokenIterator wird je Interpreter angelegt, mehrfache auch durch
-// SubCode via FormulaTokenIterator Push/Pop moeglich
-IMPL_FIXEDMEMPOOL_NEWDEL( ImpTokenIterator, 32, 16 )
// Align MemPools on 4k boundaries - 64 bytes (4k is a MUST for OS/2)
More information about the Libreoffice-commits
mailing list