diff options
author | sb <sb@openoffice.org> | 2010-03-24 16:04:08 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-24 16:04:08 +0100 |
commit | 41b28993173f98f858a90fb7d8f259e24207ccbe (patch) | |
tree | ce74a26be96cf8a64f7f7ca9402518f424e9e6b1 /configmgr/source/xcuparser.cxx | |
parent | 22cf34ac5ea7aea96b9f50078cb4b0874f031dd6 (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/xcuparser.cxx')
-rw-r--r-- | configmgr/source/xcuparser.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx index 60ea59ca0248..80dc501e9435 100644 --- a/configmgr/source/xcuparser.cxx +++ b/configmgr/source/xcuparser.cxx @@ -209,8 +209,8 @@ bool XcuParser::startElement( return true; } -void XcuParser::endElement(XmlReader const & reader) { - if (valueParser_.endElement(reader)) { +void XcuParser::endElement(XmlReader const &) { + if (valueParser_.endElement()) { return; } OSL_ASSERT(!state_.empty()); |