summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source/helper/xsecparser.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:41:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:39 +0100
commit8d487ceba1995b5831755bb5b37a82afc2125c0f (patch)
tree1f30ab9fbc09f48b9038ae2d97f2ae80f9666d52 /xmlsecurity/source/helper/xsecparser.cxx
parentxmloff: Use appropriate OUString functions on string constants (diff)
downloadcore-8d487ceba1995b5831755bb5b37a82afc2125c0f.tar.gz
core-8d487ceba1995b5831755bb5b37a82afc2125c0f.zip
xmlsecurity: Use appropriate OUString functions on string constants
Change-Id: I18370f6203455cf7568e48e49b7093d114656619
Diffstat (limited to 'xmlsecurity/source/helper/xsecparser.cxx')
-rw-r--r--xmlsecurity/source/helper/xsecparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx
index ca8edf92c774..750713fc1467 100644
--- a/xmlsecurity/source/helper/xsecparser.cxx
+++ b/xmlsecurity/source/helper/xsecparser.cxx
@@ -161,7 +161,7 @@ void SAL_CALL XSecParser::startElement(
}
else if (aName == TAG_DIGESTVALUE)
{
- m_ouDigestValue = "";
+ m_ouDigestValue.clear();
m_bInDigestValue = true;
}
else if ( aName == TAG_SIGNATUREPROPERTY )