[Libreoffice-commits] .: Branch 'feature/killsdf' - l10ntools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Sep 30 08:15:04 PDT 2012
l10ntools/source/merge.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f1cbd2dc05c6765754891a909ff53f1852a878a5
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date: Sun Sep 30 13:11:54 2012 +0200
Use ascii charachters to seperate qtzi
Because previous used charachters cause warnings
Change-Id: I8715fc2a05df9d84b34945618184c99d54de6579
Reviewed-on: https://gerrit.libreoffice.org/731
Reviewed-by: Andras Timar <atimar at suse.com>
Tested-by: Andras Timar <atimar at suse.com>
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index 7e6c595..b9fe90f 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -265,8 +265,8 @@ MergeDataFile::MergeDataFile(
InsertEntry(
aActPo.getResourceType(), aActPo.getGroupId(),
aActPo.getLocalId(), sHACK, "qtz",
- sQTZText + "â" + sExText, sQTZQHText + "â" + sExQHText,
- sQTZTitle + "â" + sExTitle, sFileName, bCaseSensitive );
+ sQTZText + "||" + sExText, sQTZQHText + "||" + sExQHText,
+ sQTZTitle + "||" + sExTitle, sFileName, bCaseSensitive );
}
}
aPoInput.close();
More information about the Libreoffice-commits
mailing list