summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-10-01 12:50:29 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-10-23 13:24:25 +0200
commitd8af144254b8f10fe1faa40f9072aad043ca35fe (patch)
tree031adbd9984ed72ee31e7c0ce49ae2257daa2614 /include/sax
parenteb195bbe34f1d7b794c2927e2e7053404758bc44 (diff)
FastSerializer: Use faster TokenValue struct when possible
Saves another ~100m pcycles for 650k calls in startElementInternal() Change-Id: I190326edc7feffb900e91fa7e5c3530b5b267f59
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/fshelper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sax/fshelper.hxx b/include/sax/fshelper.hxx
index 5630910ed240..1f3b1b894747 100644
--- a/include/sax/fshelper.hxx
+++ b/include/sax/fshelper.hxx
@@ -183,7 +183,6 @@ private:
void singleElementInternal(sal_Int32 elementTokenId, ...);
FastSaxSerializer* mpSerializer;
- FastAttributeList maAttrList;
};
typedef boost::shared_ptr< FastSerializerHelper > FSHelperPtr;