summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-28 12:38:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-29 08:31:21 +0200
commitb1e36f4d264f1d8d8df4558ba0c781ccb93a4244 (patch)
tree39b8e40a58c9d9d78c455ead6d0aef6c2aa7a0ea /xmloff/inc
parent560a0f2fbe452d25fe78d6756919c11ec67f630f (diff)
tdf#63640 FILEOPEN/FILESAVE: particular .odt loads/saves very slow, part4
cache the XMLTokenMap data in static const vars, so we only need to initialise them once Change-Id: Ib63bedc5af5d5927fed189a6b1a86a5db6865c72 Reviewed-on: https://gerrit.libreoffice.org/71466 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/txtfldi.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx
index 44540e4df500..794ddef20ea5 100644
--- a/xmloff/inc/txtfldi.hxx
+++ b/xmloff/inc/txtfldi.hxx
@@ -945,8 +945,6 @@ protected:
/** import dde field declaration container (<text:dde-connection-decls>) */
class XMLDdeFieldDeclsImportContext : public SvXMLImportContext
{
- SvXMLTokenMap const aTokenMap;
-
public:
XMLDdeFieldDeclsImportContext(SvXMLImport& rImport,