summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-13 09:04:59 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-04-13 09:07:15 +0200
commit8287da2fbc09882893642b7a6e3ca555b2b956b3 (patch)
tree1a4acbc69399a7fd9f4a06e8a3b6eaac85804833 /l10ntools
parentd7367b709dc4e97714fb2084b872a96389e768fb (diff)
KeyId do not contain special chars so ulfex can use it again
Change-Id: Icfb581ac2771df39c71ad12f94dba5d51f3c4ec5
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/source/lngmerge.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/source/lngmerge.cxx b/l10ntools/source/lngmerge.cxx
index 27c7d5d9dcb8..98049f5dcaaf 100644
--- a/l10ntools/source/lngmerge.cxx
+++ b/l10ntools/source/lngmerge.cxx
@@ -247,8 +247,6 @@ sal_Bool LngParser::Merge(
{
OString sNewText;
pEntrys->GetText( sNewText, STRING_TYP_TEXT, sLang, sal_True );
- if( sLang == "qtz" )
- sNewText = sNewText.copy(sNewText.indexOf("|") + 2);
if ( !sNewText.isEmpty()) {
OString *pLine = (*pLines)[ nPos ];
@@ -285,8 +283,6 @@ sal_Bool LngParser::Merge(
OString sNewText;
pEntrys->GetText( sNewText, STRING_TYP_TEXT, sCur, sal_True );
- if( sCur == "qtz" )
- sNewText = sNewText.copy(sNewText.indexOf("|") + 2);
if ( !sNewText.isEmpty() && sCur != "x-comment")
{
OString sLine;