[Libreoffice-commits] .: Branch 'libreoffice-3-3-0' - sc/source
Michael Meeks
mmeeks at kemper.freedesktop.org
Thu Jan 27 06:41:18 PST 2011
sc/source/core/tool/token.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 0bb1d05dd67c3ddc42cd2a202b0198399ae7b580
Author: Michael Meeks <michael.meeks at novell.com>
Date: Thu Jan 27 14:41:16 2011 +0000
revert accidental commit here; apologies
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 48021b1..3298517 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -110,6 +110,9 @@ 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