[Libreoffice-commits] core.git: l10ntools/source

jan Iversen jani at documentfoundation.org
Mon May 2 13:17:51 UTC 2016


 l10ntools/source/gConvXcu.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6cc547b33bf3ba250b1f08dc94fd7da91860a985
Author: jan Iversen <jani at documentfoundation.org>
Date:   Mon May 2 13:07:47 2016 +0000

    vm174 .xcu update
    
    One project uses "." as prefix, but LO uses ".."
    
    Change-Id: I18eaf66c54176b0c3268d9fb94a002e4b68722fe

diff --git a/l10ntools/source/gConvXcu.cxx b/l10ntools/source/gConvXcu.cxx
index 0352e98..10653bc 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);


More information about the Libreoffice-commits mailing list