summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-05-21 14:26:27 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-05-21 16:55:41 +0100
commit34f0e4f42594adb97bdb64e5f2e8f00801b48e2e (patch)
tree3bba2f81c9ea3b34580f76cad03aad2af979bb2d /svl
parent1554fc9611e44d55eacc577bfed51d0f9c1c3a25 (diff)
ODS load perf: 7% of the time re-creating sheet name strings.
No need to create cached versions of stringified sheet tokens for a given grammar at great for every formula that we compile; defer until use. Is this a large cost on save ? Change-Id: I8058ed564dbdc00ff45c02cb483c1a20a48af272
Diffstat (limited to 'svl')
-rw-r--r--svl/source/numbers/zforfind.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svl/source/numbers/zforfind.cxx b/svl/source/numbers/zforfind.cxx
index 038597043f30..cca342fda6c3 100644
--- a/svl/source/numbers/zforfind.cxx
+++ b/svl/source/numbers/zforfind.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <ctype.h>
#include <cstdlib>
#include <float.h>