slidecopy: wrongly resolved the merge conflict in the previous revision ...
This commit is contained in:
parent
41b43f2fc6
commit
f39e88f23e
@ -395,7 +395,8 @@ void XcuParser::handleItem(XmlReader & reader) {
|
|||||||
rtl::OUString path(xmldata::convertFromUtf8(attrPath));
|
rtl::OUString path(xmldata::convertFromUtf8(attrPath));
|
||||||
int finalizedLayer;
|
int finalizedLayer;
|
||||||
rtl::Reference< Node > node(
|
rtl::Reference< Node > node(
|
||||||
data_.resolvePathRepresentation(path, &path_, &finalizedLayer));
|
data_.resolvePathRepresentation(
|
||||||
|
path, 0, &path_, &finalizedLayer));
|
||||||
if (!node.is()) {
|
if (!node.is()) {
|
||||||
OSL_TRACE(
|
OSL_TRACE(
|
||||||
"configmgr unknown item %s in %s",
|
"configmgr unknown item %s in %s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user