sb111: #i101955# missing initialization
This commit is contained in:
parent
79fce1ba18
commit
c4b061c078
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue