summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
diff options
context:
space:
mode:
authorEilidh McAdam <eilidh.mcadam@itomig.de>2014-12-10 03:50:10 +0000
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-19 18:20:28 +0100
commit8826934016d60d0a4a1e824e3f1cff814d915515 (patch)
treeca1a860c96110c9f72e619f150d69ce4bcd5be52 /writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
parent3726737273e488ffab02f4a2dded5640521729cb (diff)
Support for docx import of fixed date and time fields.
If a field is fixed, mark it as such and parse value to seed it. This is the other half of the docx filter improvement for fdo#59886. Reviewed on: https://gerrit.libreoffice.org/13431 Change-Id: Id00c454921cd386589e04b9572f4040898625a6f
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFastContextHandler.hxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFastContextHandler.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
index 33ea6e02f0cd..a90fa8419cb5 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
@@ -164,6 +164,7 @@ public:
void startField();
void fieldSeparator();
void endField();
+ void lockField();
void ftnednref();
void ftnedncont();
void ftnednsep();