summaryrefslogtreecommitdiff
path: root/xmloff/source/text/xmlcontentcontrolcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/xmlcontentcontrolcontext.hxx')
-rw-r--r--xmloff/source/text/xmlcontentcontrolcontext.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmloff/source/text/xmlcontentcontrolcontext.hxx b/xmloff/source/text/xmlcontentcontrolcontext.hxx
index d3874d31257e..623ef97e8df3 100644
--- a/xmloff/source/text/xmlcontentcontrolcontext.hxx
+++ b/xmloff/source/text/xmlcontentcontrolcontext.hxx
@@ -44,6 +44,9 @@ class XMLContentControlContext : public SvXMLImportContext
OUString m_aUncheckedState;
std::vector<css::beans::PropertyValues> m_aListItems;
bool m_bPicture = false;
+ bool m_bDate = false;
+ OUString m_aDateFormat;
+ OUString m_aDateLanguage;
public:
XMLContentControlContext(SvXMLImport& rImport, sal_Int32 nElement, XMLHints_Impl& rHints,