summaryrefslogtreecommitdiff
path: root/configmgr/source/xcsparser.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-24 16:04:08 +0100
committersb <sb@openoffice.org>2010-03-24 16:04:08 +0100
commit41b28993173f98f858a90fb7d8f259e24207ccbe (patch)
treece74a26be96cf8a64f7f7ca9402518f424e9e6b1 /configmgr/source/xcsparser.cxx
parent22cf34ac5ea7aea96b9f50078cb4b0874f031dd6 (diff)
sb121: #i110203# use <it> in Setup.xcu string-list values; pass it through XSLT scripts intact; handle it correctly in configmgr::ValueParser
Diffstat (limited to 'configmgr/source/xcsparser.cxx')
-rw-r--r--configmgr/source/xcsparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/xcsparser.cxx b/configmgr/source/xcsparser.cxx
index 4de9973594c1..3fc719f00fe9 100644
--- a/configmgr/source/xcsparser.cxx
+++ b/configmgr/source/xcsparser.cxx
@@ -266,7 +266,7 @@ bool XcsParser::startElement(
}
void XcsParser::endElement(XmlReader const & reader) {
- if (valueParser_.endElement(reader)) {
+ if (valueParser_.endElement()) {
return;
}
if (ignoring_ > 0) {