summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper/xsecparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/helper/xsecparser.hxx')
-rw-r--r--xmlsecurity/source/helper/xsecparser.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.hxx b/xmlsecurity/source/helper/xsecparser.hxx
index 0cf47b18424b..f87ca23685b9 100644
--- a/xmlsecurity/source/helper/xsecparser.hxx
+++ b/xmlsecurity/source/helper/xsecparser.hxx
@@ -64,6 +64,8 @@ private:
OUString m_ouDigestValue;
OUString m_ouSignatureValue;
OUString m_ouDate;
+ /// Characters of a <dc:description> element, as just read from XML.
+ OUString m_ouDescription;
/*
* whether inside a particular element
@@ -74,6 +76,7 @@ private:
bool m_bInDigestValue;
bool m_bInSignatureValue;
bool m_bInDate;
+ bool m_bInDescription;
/*
* the XSecController collaborating with XSecParser