diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-10-01 12:50:29 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-10-23 13:24:25 +0200 |
commit | d8af144254b8f10fe1faa40f9072aad043ca35fe (patch) | |
tree | 031adbd9984ed72ee31e7c0ce49ae2257daa2614 /include/sax/fshelper.hxx | |
parent | eb195bbe34f1d7b794c2927e2e7053404758bc44 (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/fshelper.hxx')
-rw-r--r-- | include/sax/fshelper.hxx | 1 |
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; |