Kaydet (Commit) 6cc547b3 authored tarafından jan Iversen's avatar jan Iversen

vm174 .xcu update

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

Change-Id: I18eaf66c54176b0c3268d9fb94a002e4b68722fe
üst 8aed53c1
...@@ -125,6 +125,7 @@ void convert_xcu::stopCollectData(char *syyText) ...@@ -125,6 +125,7 @@ void convert_xcu::stopCollectData(char *syyText)
if (useText.size()) { if (useText.size()) {
// locate key and extract it // locate key and extract it
useKey = ".";
for (nL = 0; nL < (int)mcStack.size() -1; ++nL) for (nL = 0; nL < (int)mcStack.size() -1; ++nL)
useKey += "." + mcStack[nL]; useKey += "." + mcStack[nL];
mcMemory.setSourceKey(miLineNo, msSourceFile, useKey, useText, "", "value", mcStack[nL], mbMergeMode); mcMemory.setSourceKey(miLineNo, msSourceFile, useKey, useText, "", "value", mcStack[nL], mbMergeMode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment