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.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/xmloff/source/text/xmlcontentcontrolcontext.hxx b/xmloff/source/text/xmlcontentcontrolcontext.hxx
index 2658fa76972b..3d3e44d76445 100644
--- a/xmloff/source/text/xmlcontentcontrolcontext.hxx
+++ b/xmloff/source/text/xmlcontentcontrolcontext.hxx
@@ -35,6 +35,11 @@ class XMLContentControlContext : public SvXMLImportContext
bool m_bShowingPlaceHolder = false;
+ bool m_bCheckbox = false;
+ bool m_bChecked = false;
+ OUString m_aCheckedState;
+ OUString m_aUncheckedState;
+
public:
XMLContentControlContext(SvXMLImport& rImport, sal_Int32 nElement, XMLHints_Impl& rHints,
bool& rIgnoreLeadingSpace);