sb111: #i101955# missing initialization

This commit is contained in:
sb 2009-11-12 09:28:52 +01:00
parent 79fce1ba18
commit c4b061c078

View file

@ -571,7 +571,7 @@ void XcsParser::handleSet(XmlReader & reader, bool isTemplate) {
void XcsParser::handleSetItem(XmlReader & reader, SetNode * set) {
rtl::OUString component(componentName_);
bool hasNodeType;
bool hasNodeType = false;
rtl::OUString nodeType;
for (;;) {
XmlReader::Namespace attrNs;