summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorjan Iversen <jani@documentfoundation.org>2016-05-02 13:07:47 +0000
committerjan Iversen <jani@documentfoundation.org>2016-05-02 13:07:47 +0000
commit6cc547b33bf3ba250b1f08dc94fd7da91860a985 (patch)
tree596312ad8d40cca8c050b5a7c461b66a77c3a37e /l10ntools
parent8aed53c10425fab4813b439abe3ee60939dc9a14 (diff)
vm174 .xcu update
One project uses "." as prefix, but LO uses ".." Change-Id: I18eaf66c54176b0c3268d9fb94a002e4b68722fe
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/gConvXcu.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/l10ntools/source/gConvXcu.cxx b/l10ntools/source/gConvXcu.cxx
index 0352e988a470..10653bc379d1 100644
--- a/l10ntools/source/gConvXcu.cxx
+++ b/l10ntools/source/gConvXcu.cxx
@@ -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);