vm174 .xcu update

One project uses "." as prefix, but LO uses ".."

Change-Id: I18eaf66c54176b0c3268d9fb94a002e4b68722fe
This commit is contained in:
jan Iversen
2016-05-02 13:07:47 +00:00
parent 8aed53c104
commit 6cc547b33b

View File

@@ -125,6 +125,7 @@ void convert_xcu::stopCollectData(char *syyText)
if (useText.size()) {
// locate key and extract it
useKey = ".";
for (nL = 0; nL < (int)mcStack.size() -1; ++nL)
useKey += "." + mcStack[nL];
mcMemory.setSourceKey(miLineNo, msSourceFile, useKey, useText, "", "value", mcStack[nL], mbMergeMode);